Represents a Network Diagnostic Route TLV value.

Public Attributes#

uint8_t

The sequence number associated with the set of Router ID assignments in mRouteData.

uint8_t

Number of elements in mRouteData.

Link Quality and Routing Cost data.

Public Attribute Documentation#

mIdSequence#

uint8_t otNetworkDiagRoute::mIdSequence

The sequence number associated with the set of Router ID assignments in mRouteData.


Definition at line 179 of file include/openthread/netdiag.h

mRouteCount#

uint8_t otNetworkDiagRoute::mRouteCount

Number of elements in mRouteData.


Definition at line 184 of file include/openthread/netdiag.h

mRouteData#

otNetworkDiagRouteData otNetworkDiagRoute::mRouteData[OT_NETWORK_MAX_ROUTER_ID+1]

Link Quality and Routing Cost data.


Definition at line 189 of file include/openthread/netdiag.h