otCoapToken

#include <coap.h>

Represents a CoAP message token.

Summary

Public attributes

m8[8]
uint8_t
The token bytes.
mLength
uint8_t
The token length in bytes.

Public attributes

m8

uint8_t otCoapToken::m8[8]

The token bytes.

mLength

uint8_t otCoapToken::mLength

The token length in bytes.

Resources

OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.