ESP-IDF
OT_NETWORK_MAX_ROUTER_ID
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OT_NETWORK_MAX_ROUTER_ID
OT_NETWORK_MAX_ROUTER_ID macro
Syntax
Show:
Summary
Declaration
from
thread.h:67
#define
OT_NETWORK_MAX_ROUTER_ID
62
Examples
References
from
examples
Code
Location
#define
OT_NETWORK_MAX_ROUTER_ID
62
///< Maximum Router ID
thread.h:67
for
(
uint8_t
routerId
=
0
;
routerId
<=
OT_NETWORK_MAX_ROUTER_ID
;
routerId
++
)
cli.cpp:4919
uint8_t
mLinkQualities
[
OT_NETWORK_MAX_ROUTER_ID
+
1
]
;
mesh_diag.h:110
constexpr
uint8_t
kMaxRouterId
=
OT_NETWORK_MAX_ROUTER_ID
;
///< Max Router ID
mle_types.hpp:82
otNetworkDiagRouteData
mRouteData
[
OT_NETWORK_MAX_ROUTER_ID
+
1
]
;
///< Link Quality and Routing Cost data.
netdiag.h:128
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