ESP-IDF
otRouterInfo::mNextHop
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otRouterInfo::mNextHop
otRouterInfo::mNextHop field
Syntax
Show:
Summary
Declaration
from
thread.h:139
uint8_t
mNextHop
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mNextHop
;
///< Next hop to router
thread.h:139
OutputFormat
(
"| %8u "
,
routerInfo
.
mNextHop
)
;
cli.cpp:6217
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputLine
(
"Next Hop: %04x"
,
static_cast
<
uint16_t
>
(
routerInfo
.
mNextHop
)
<
<
10
)
;
cli.cpp:6281
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
mNextHop
=
aRouter
.
GetNextHop
(
)
;
router.cpp:47
ot::Router::Info
ot::Router::Info::SetFrom()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otRouterInfo::mNextHop
is written by 1 function and is read by 1 function:
ot::Router::Info::SetFrom()
All items filtered out
otRouterInfo::mNextHop
ot::Cli::Interpreter::Process()
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