ESP-IDF
ot::RouterTable::GetNextHop() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::RouterTable::GetNextHop() const
ot::RouterTable::GetNextHop() const method
Determines the next hop towards an RLOC16 destination.
Syntax
Show:
Summary
Declaration
Definition
from
router_table.hpp:177
uint16_t
GetNextHop
(
uint16_t
aDestRloc16
)
const
;
Implemented in
router_table.cpp:493
Arguments
Argument
Description
aDestRloc16
The RLOC16 of the destination.
Return value
A RLOC16 of the next hop if a route is known, `Mle::kInvalidRloc16` otherwise.
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