ESP-IDF
kStateRestored
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kStateRestored
kStateRestored value
Syntax
Show:
Summary
Declaration
from
neighbor.hpp:87
kStateRestored
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kStateRestored
,
///< Neighbor is restored from non-volatile memory
neighbor.hpp:87
case
Neighbor
::
kStateRestored
:
mac.cpp:1911
ot::Mac::Mac
ot::Mac::Mac::HandleReceivedFrame()
case
kStateRestored
:
neighbor.cpp:127
ot::Neighbor
ot::Neighbor::IsStateValidOrAttaching() const
ValidateNextEnum
(
kStateRestored
)
;
neighbor.cpp:248
ot::Neighbor
ot::Neighbor::StateToString()
bool
IsStateRestoring
(
void
)
const
{
return
(
mState
==
kStateRestored
)
||
(
mState
==
kStateChildUpdateRequest
)
;
}
neighbor.hpp:249
ot::Neighbor
ot::Neighbor::IsStateRestoring() const
bool
IsStateRestored
(
void
)
const
{
return
(
mState
==
kStateRestored
)
;
}
neighbor.hpp:256
ot::Neighbor
ot::Neighbor::IsStateRestored() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kStateRestored
is read by 5 functions:
All items filtered out
kStateRestored
ot::Neighbor::IsStateRestoring() const
ot::Neighbor::IsStateRestored() const
ot::Mac::Mac::HandleReceivedFrame()
ot::Neighbor::IsStateValidOrAttaching() const
ot::Neighbor::StateToString()
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