Pdu

data class Pdu(val data: ByteArray, val type: PduType)

Pdu containing the pdu and the type of the message.

Constructors

Link copied to clipboard
constructor(data: ByteArray, type: PduType)

Properties

Link copied to clipboard

Reassembled PDU.

Link copied to clipboard

Type of the message.