ESP-IDF
ot::Neighbor::IsStateParentResponse() const
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
ot::Neighbor::IsStateParentResponse() const
ot::Neighbor::IsStateParentResponse() const method
Indicates whether the neighbor is in the Parent Response state.
Syntax
Show:
Summary
Declaration
from
neighbor.hpp:242
bool
IsStateParentResponse
(
void
)
const
;
Return value
TRUE if the neighbor is in the Parent Response state, FALSE otherwise.
Examples
References
from
examples
Code
Location
bool
IsStateParentResponse
(
void
)
const
{
return
(
mState
==
kStateParentResponse
)
;
}
neighbor.hpp:242
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Neighbor::IsStateParentResponse() const
reads 2 variables:
ot::Neighbor::State::kStateParentResponse
ot::Neighbor::mState
All items filtered out
ot::Neighbor::IsStateParentResponse() 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