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
/
Timeout
Timeout
data
class
Timeout
(
val
message
:
String
=
"DFU operation timed out"
)
:
Exception
,
DfuError
A DFU command did not receive a response within the configured
DfuOptions.commandTimeout
.
Members
Constructors
Timeout
Link copied to clipboard
constructor
(
message
:
String
=
"DFU operation timed out"
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String