ProtocolError
class ProtocolError(val opcode: Byte, val resultCode: Byte, val extendedError: Byte? = null) : DfuException(source)
The device returned a DFU error response for a given opcode.
The device returned a DFU error response for a given opcode.