ESP-IDF
ot::Neighbor::StateToString()
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::Neighbor::StateToString()
ot::Neighbor::StateToString() method
Converts a given `State` to a human-readable string.
Syntax
Show:
Summary
Declaration
Definition
from
neighbor.hpp:706
static
const
char
*
StateToString
(
State
aState
)
;
Implemented in
neighbor.cpp:231
Arguments
Argument
Description
aState
A neighbor state.
Return value
A string representation of given state.
Examples
References
from
examples
Code
Location
const
char
*
Neighbor
::
StateToString
(
State
aState
)
neighbor.cpp:231
static
const
char
*
StateToString
(
State
aState
)
;
neighbor.hpp:706
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Neighbor::StateToString()
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::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