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.

Constructors

Link copied to clipboard
constructor(opcode: Byte, resultCode: Byte, extendedError: Byte? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
expect open val message: String?
Link copied to clipboard
Link copied to clipboard