ProxyPdu

data class ProxyPdu(val sar: ProxySarType, val messageType: ProxyMessageType, val data: ByteArray)

A Proxy PDU as carried over the GATT Proxy bearer.

Constructors

Link copied to clipboard
constructor(sar: ProxySarType, messageType: ProxyMessageType, data: ByteArray)

Properties

Link copied to clipboard

The payload data.

Link copied to clipboard

Message type: Network PDU, Mesh Beacon, Proxy Config, or Provisioning PDU.

Link copied to clipboard

SAR field: 0x00=Complete, 0x01=First, 0x02=Continuation, 0x03=Last.