BearerPdu

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.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard