Represents a Network Diagnostic Child Table TLV value.

Public Attributes#

uint8_t

Number of child entries in the table.

Public Attribute Documentation#

mCount#

uint8_t otNetworkDiagChildTable::mCount

Number of child entries in the table.


mTable#

otNetworkDiagChildEntry otNetworkDiagChildTable::mTable[OT_NETWORK_BASE_TLV_MAX_LENGTH/sizeof(otNetworkDiagChildEntry)]

Child table.