ESP-IDF
ot::Mle::MleRouter::SetStateLeader()
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::Mle::MleRouter::SetStateLeader()
ot::Mle::MleRouter::SetStateLeader() method
Syntax
Show:
Summary
Declaration
Definition
from
mle_router.hpp:633
void
SetStateLeader
(
uint16_t
aRloc16
,
LeaderStartMode
aStartMode
)
;
Implemented in
mle_router.cpp:400
Arguments
Argument
aRloc16
aStartMode
Examples
References
from
examples
Code
Location
Scope
Referrer
void
MleRouter
::
SetStateLeader
(
uint16_t
aRloc16
,
LeaderStartMode
aStartMode
)
mle_router.cpp:400
void
SetStateLeader
(
uint16_t
aRloc16
,
LeaderStartMode
aStartMode
)
;
mle_router.hpp:633
SetStateLeader
(
Rloc16FromRouterId
(
leaderId
)
,
kStartingAsLeader
)
;
mle_router.cpp:293
ot::Mle::MleRouter
ot::Mle::MleRouter::BecomeLeader()
SetStateLeader
(
GetRloc16
(
)
,
kRestoringLeaderRoleAfterReset
)
;
mle_router.cpp:936
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleLinkAccept()
Call Tree
from
examples
ot::Mle::MleRouter::SetStateLeader()
is called by 2 functions and calls 1 function:
ot::Mle::MleRouter::BecomeLeader()
ot::Mle::MleRouter::HandleLinkAccept()
All items filtered out
ot::Mle::MleRouter::SetStateLeader()
ot::Mle::MleRouter::SetStateRouterOrLeader()
All items filtered out
Data Use
from
examples
ot::Mle::MleRouter::SetStateLeader()
reads 1 variable:
ot::Mle::DeviceRole::kRoleLeader
All items filtered out
ot::Mle::MleRouter::SetStateLeader()
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