otNetworkDiagData

#include <netdiag.h>

Represents a Network Diagnostic TLV Data.

Summary

Public attributes

m8[OT_NETWORK_BASE_TLV_MAX_LENGTH]
uint8_t
Array containing the data bytes.
mCount
uint8_t
Number of bytes in the data.

Public attributes

m8

uint8_t otNetworkDiagData::m8[OT_NETWORK_BASE_TLV_MAX_LENGTH]

Array containing the data bytes.

mCount

uint8_t otNetworkDiagData::mCount

Number of bytes in the data.

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.