ESP-IDF
ot::Neighbor::IsStateValidOrAttaching() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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::IsStateValidOrAttaching() const
ot::Neighbor::IsStateValidOrAttaching() const method
Indicates if the neighbor state is valid, attaching, or restored. The states `kStateRestored`, `kStateChildIdRequest`, `kStateChildUpdateRequest`, `kStateValid`, and `kStateLinkRequest` are considered as valid, attaching, or restored.
Syntax
Show:
Summary
Declaration
Definition
from
neighbor.hpp:282
bool
IsStateValidOrAttaching
(
void
)
const
;
Implemented in
neighbor.cpp:116
Return value
TRUE if the neighbor state is valid, attaching, or restored, FALSE otherwise.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
Neighbor
::
IsStateValidOrAttaching
(
void
)
const
neighbor.cpp:116
bool
IsStateValidOrAttaching
(
void
)
const
;
neighbor.hpp:282
matches
=
IsStateValidOrAttaching
(
)
;
neighbor.cpp:158
ot::Neighbor
ot::Neighbor::MatchesFilter() const
Call Tree
from
examples
ot::Neighbor::IsStateValidOrAttaching() const
is called by 1 function and calls 1 function:
ot::Neighbor::MatchesFilter() const
All items filtered out
ot::Neighbor::IsStateValidOrAttaching() const
ot::Neighbor::GetState() const
All items filtered out
Data Use
from
examples
ot::Neighbor::IsStateValidOrAttaching() const
reads 8 variables:
ot::Neighbor::State::kStateInvalid
ot::Neighbor::State::kStateRestored
ot::Neighbor::State::kStateParentRequest
ot::Neighbor::State::kStateParentResponse
ot::Neighbor::State::kStateChildIdRequest
ot::Neighbor::State::kStateLinkRequest
ot::Neighbor::State::kStateChildUpdateRequest
ot::Neighbor::State::kStateValid
All items filtered out
ot::Neighbor::IsStateValidOrAttaching() 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