Represents a Network Diagnostic Route64 TLV value.

Public Attributes#

uint8_t

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

uint8_t

Number of routes.

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.

Sequence number for Router ID assignments.


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

mRouteCount#

uint8_t otNetworkDiagRoute::mRouteCount

Number of routes.


Definition at line 131 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 132 of file include/openthread/netdiag.h