otNetworkDiagRoute
#include <netdiag.h>
This structure represents a Network Diagnostic Route 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 elements in mRouteData.
|
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.
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.