ESP-IDF
ot::Mle::LeaderData::GetLeaderRouterId() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
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
ot::Mle::LeaderData::GetLeaderRouterId() const
ot::Mle::LeaderData::GetLeaderRouterId() const method
Returns the Leader Router ID value.
Syntax
Show:
Summary
Declaration
from
mle_types.hpp:420
uint8_t
GetLeaderRouterId
(
void
)
const
;
Return value
The Leader Router ID value.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
GetLeaderRouterId
(
void
)
const
{
return
mLeaderRouterId
;
}
mle_types.hpp:420
SetLeaderData
(
aLeaderData
.
GetPartitionId
(
)
,
aLeaderData
.
GetWeighting
(
)
,
aLeaderData
.
GetLeaderRouterId
(
)
)
;
mle.cpp:962
ot::Mle::Mle
ot::Mle::Mle::SetLeaderData()
if
(
aLeaderData
.
GetLeaderRouterId
(
)
!=
GetLeaderId
(
)
)
mle_router.cpp:1211
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleAdvertisementOnFtd()
mLeaderRouterId
=
aLeaderData
.
GetLeaderRouterId
(
)
;
mle_tlvs.hpp:630
ot::Mle::LeaderDataTlv
ot::Mle::LeaderDataTlv::Set()
Call Tree
from
examples
ot::Mle::LeaderData::GetLeaderRouterId() const
is called by 3 functions:
ot::Mle::LeaderDataTlv::Set()
ot::Mle::Mle::SetLeaderData()
ot::Mle::MleRouter::HandleAdvertisementOnFtd()
All items filtered out
ot::Mle::LeaderData::GetLeaderRouterId() const
All items filtered out
Data Use
from
examples
ot::Mle::LeaderData::GetLeaderRouterId() const
reads 1 variable:
otLeaderData::mLeaderRouterId
All items filtered out
ot::Mle::LeaderData::GetLeaderRouterId() const
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