toggle menu
Kotlin-nRF Mesh-Library
jvm
switch theme
search in API
bearer
/
no.nordicsemi.kotlin.mesh.bearer
/
BearerEvent
/
Closed
Closed
data
class
Closed
(
val
error
:
Throwable
)
:
BearerEvent
Event emitted when the bearer is closed.
Members
Constructors
Closed
Link copied to clipboard
constructor
(
error
:
Throwable
)
Properties
error
Link copied to clipboard
val
error
:
Throwable
Error that caused the bearer to close.