ESP-IDF
otNetworkDiagRoute
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otNetworkDiagRoute
otNetworkDiagRoute struct
Represents a Network Diagnostic Route64 TLV value.
Syntax
Show:
Summary
Declaration
from
netdiag.h:121
typedef
struct
otNetworkDiagRoute
{
uint8_t
mIdSequence
;
uint8_t
mRouteCount
;
otNetworkDiagRouteData
mRouteData
[
OT_NETWORK_MAX_ROUTER_ID
+
1
]
;
}
otNetworkDiagRoute
;
Fields
Field
Declared as
Description
otNetworkDiagRoute::mIdSequence
uint8_t
The sequence number associated with the set of Router ID assignments in #mRouteData.
otNetworkDiagRoute::mRouteCount
uint8_t
otNetworkDiagRoute::mRouteData
otNetworkDiagRouteData
[
OT_NETWORK_MAX_ROUTER_ID
+
1
]
Related Functions
Found 2 other functions taking a
otNetworkDiagRoute
argument:
Function
ot::Cli::Interpreter::OutputRoute()
ot::NetworkDiagnostic::ParseRoute()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out