ot::RouterTable::FindRouterByRloc16() method
Finds the router for a given RLOC16.
Arguments
aRloc16
The RLOC16 to search for.
Return value
A pointer to the router or `nullptr` if the router could not be found.
![]()
Router *FindRouterByRloc16(uint16_t aRloc16) { return AsNonConst(AsConst(this)->FindRouterByRloc16(aRloc16)); }
ot::RouterTable::FindRouterByRloc16():
![]()
ot::RouterTable::FindRouterByRloc16()