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
/
TransferFailed
Transfer
Failed
data
class
TransferFailed
(
val
message
:
String
,
val
cause
:
Throwable
?
=
null
)
:
Exception
,
DfuError
Catch-all for transport-level failures (disconnects, write errors).
Members
Constructors
Transfer
Failed
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String