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
/
DfuInternalState
/
Error
Error
common
data
class
Error
(
val
address
:
String
,
val
message
:
String
?
)
:
DfuInternalState
(
source
)
Members
Constructors
Error
Link copied to clipboard
common
constructor
(
address
:
String
,
message
:
String
?
)
Properties
address
Link copied to clipboard
common
open
override
val
address
:
String
message
Link copied to clipboard
common
val
message
:
String
?