toggle menu
Kotlin-nRF Mesh-Library
jvm
switch theme
search in API
bearer
/
no.nordicsemi.kotlin.mesh.bearer
/
Pdu
Pdu
data
class
Pdu
(
val
data
:
ByteArray
,
val
type
:
PduType
)
Pdu containing the pdu and the type of the message.
Members
Constructors
Pdu
Link copied to clipboard
constructor
(
data
:
ByteArray
,
type
:
PduType
)
Properties
data
Link copied to clipboard
val
data
:
ByteArray
Reassembled PDU.
type
Link copied to clipboard
val
type
:
PduType
Type of the message.