Represents a Network Diagnostic TLV Data.

Public Attributes#

uint8_t

Number of bytes in the data.

uint8_t

Array containing the data bytes.

Public Attribute Documentation#

mCount#

uint8_t otNetworkDiagData::mCount

Number of bytes in the data.


m8#

uint8_t otNetworkDiagData::m8[OT_NETWORK_BASE_TLV_MAX_LENGTH]

Array containing the data bytes.