kmp-ble
Toggle table of contents
0.13.1
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-ble
kmp-ble-mesh
/
com.atruedev.kmpble.mesh
/
MessageRejected
Message
Rejected
data
class
MessageRejected
(
val
reason
:
String
,
val
recoveryHint
:
String
=
"The mesh message was rejected by the network layer (possible replay or key issue)."
)
:
MeshTransportError
Members
Constructors
Message
Rejected
Link copied to clipboard
constructor
(
reason
:
String
,
recoveryHint
:
String
=
"The mesh message was rejected by the network layer (possible replay or key issue)."
)
Properties
reason
Link copied to clipboard
val
reason
:
String
recovery
Hint
Link copied to clipboard
val
recoveryHint
:
String