Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-firmware
/
org.meshtastic.feature.firmware.ota.dfu
/
LegacyDfuException
/
ProtocolError
Protocol
Error
class
ProtocolError
(
val
requestOpcode
:
Byte
,
val
status
:
Byte
)
:
LegacyDfuException
(
source
)
Device returned a non-success status for a given opcode.
Members
Constructors
Protocol
Error
Link copied to clipboard
constructor
(
requestOpcode
:
Byte
,
status
:
Byte
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?
request
Opcode
Link copied to clipboard
val
requestOpcode
:
Byte
status
Link copied to clipboard
val
status
:
Byte