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
/
ConnectionFailed
Connection
Failed
class
ConnectionFailed
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
DfuException
(
source
)
BLE connection to the DFU target could not be established or was lost.
Members
Constructors
Connection
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
?