ESP-IDF
ot::Neighbor::GetRouterId() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Neighbor::GetRouterId() const
ot::Neighbor::GetRouterId() const method
Gets the Router ID value.
Syntax
Show:
Summary
Declaration
from
neighbor.hpp:449
uint8_t
GetRouterId
(
void
)
const
;
Return value
The Router ID value.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
GetRouterId
(
void
)
const
{
return
mRloc16
>
>
Mle
::
kRouterIdOffset
;
}
neighbor.hpp:449
if
(
IsAllocated
(
aRouter
.
GetRouterId
(
)
)
)
router_table.cpp:118
ot::RouterTable::RemoveRouter()
Get
<
AddressResolver
>
(
)
.
RemoveEntriesForRouterId
(
aRouter
.
GetRouterId
(
)
)
;
router_table.cpp:250
ot::RouterTable::RemoveRouterLink()
if
(
Get
<
Mle
::
Mle
>
(
)
.
MatchesRouterId
(
routerId
)
||
(
routerId
==
aNeighbor
->
GetRouterId
(
)
)
||
router_table.cpp:732
ot::RouterTable
ot::RouterTable::FillRouteTlv() const
Call Tree
from
examples
ot::Neighbor::GetRouterId() const
is called by 1 function:
ot::RouterTable::FillRouteTlv() const
All items filtered out
ot::Neighbor::GetRouterId() const
All items filtered out
Data Use
from
examples
ot::Neighbor::GetRouterId() const
reads 2 variables and writes 2 variables:
ot::Mle::kRouterIdOffset
ot::Neighbor::mRloc16
All items filtered out
ot::Neighbor::GetRouterId() const
ot::RouterTable::RemoveRouter()
ot::RouterTable::RemoveRouterLink()
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