ESP-IDF
ot::RouterTable::FindRouterByRloc16() 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::FindRouterByRloc16() const
ot::RouterTable::FindRouterByRloc16() const method
Finds the router for a given RLOC16.
Syntax
Show:
Summary
Declaration
Definition
from
router_table.hpp:222
const
Router
*
FindRouterByRloc16
(
uint16_t
aRloc16
)
const
;
Implemented in
router_table.cpp:293
Arguments
Argument
Description
aRloc16
The RLOC16 to search for.
Return value
A pointer to the router or `nullptr` if the router could not be found.
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