toggle menu
Kotlin-nRF Mesh-Library
jvm
switch theme
search in API
bearer
/
no.nordicsemi.kotlin.mesh.bearer
/
BearerPdu
Bearer
Pdu
data
class
BearerPdu
(
val
data
:
ByteArray
,
val
type
:
PduType
)
Event emitted when the bearer receives data.
Parameters
data
Data that was received.
type
Type of the PDU.
Members
Constructors
Bearer
Pdu
Link copied to clipboard
constructor
(
data
:
ByteArray
,
type
:
PduType
)
Properties
data
Link copied to clipboard
val
data
:
ByteArray
type
Link copied to clipboard
val
type
:
PduType