toUdpPayload method

Uint8Buffer toUdpPayload()
inherited

Serializes this CoAP message into the UDP message format.

Is also used for DTLS.

Implementation

Uint8Buffer toUdpPayload() => serializeUdpMessage(this);