otNetworkDiagChildTable

#include <netdiag.h>

Represents a Network Diagnostic Child Table TLV value.

Summary

Public attributes

mCount
uint8_t
Number of child entries in the table.
mTable[OT_NETWORK_BASE_TLV_MAX_LENGTH/sizeof(otNetworkDiagChildEntry)]
Child table.

Public attributes

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.

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.