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
/
DfuException
/
TransferFailed
Transfer
Failed
class
TransferFailed
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
DfuException
(
source
)
Data transfer to the device failed for a non-protocol reason (e.g. BLE write error).
Members
Constructors
Transfer
Failed
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?