kmp-ble
Toggle table of contents
v0.3.7
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-ble
kmp-ble-dfu
/
com.atruedev.kmpble.dfu
/
DfuError
/
NotConnected
Not
Connected
data
class
NotConnected
(
val
message
:
String
=
"Peripheral is not connected"
)
:
Exception
,
DfuError
Peripheral was not in
Connected
state when the DFU started.
Members
Constructors
Not
Connected
Link copied to clipboard
constructor
(
message
:
String
=
"Peripheral is not connected"
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String