otNetworkDiagRoute
#include <netdiag.h>
Represents a Network Diagnostic Route64 TLV value.
Summary
Public attributes |
|
---|---|
mIdSequence
|
uint8_t
The sequence number associated with the set of Router ID assignments in mRouteData.
|
mRouteCount
|
uint8_t
Number of routes.
|
mRouteData[OT_NETWORK_MAX_ROUTER_ID+1]
|
Link Quality and Routing Cost data.
|
Public attributes
mIdSequence
uint8_t otNetworkDiagRoute::mIdSequence
The sequence number associated with the set of Router ID assignments in mRouteData.
Sequence number for Router ID assignments.
mRouteCount
uint8_t otNetworkDiagRoute::mRouteCount
Number of routes.
mRouteData
otNetworkDiagRouteData otNetworkDiagRoute::mRouteData[OT_NETWORK_MAX_ROUTER_ID+1]
Link Quality and Routing Cost data.
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.