ESP-IDF
ot::Neighbor::State
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Neighbor::State
ot::Neighbor::State enum
Neighbor link states.
Syntax
Show:
Summary
Declaration
from
neighbor.hpp:84
enum
State
:
uint8_t
{
kStateInvalid
,
kStateRestored
,
kStateParentRequest
,
kStateParentResponse
,
kStateChildIdRequest
,
kStateLinkRequest
,
kStateChildUpdateRequest
,
kStateValid
,
}
;
Values
Value
Declared as
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
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
State
:
uint8_t
neighbor.hpp:84
Neighbor
::
State
neighborState
;
mle_router.cpp:849
ot::Mle::MleRouter::HandleLinkAccept()
void
Neighbor
::
SetState
(
State
aState
)
neighbor.cpp:40
ot::Neighbor::SetState()
ot::Neighbor::SetState()::aState
const
char
*
Neighbor
::
StateToString
(
State
aState
)
neighbor.cpp:231
ot::Neighbor::StateToString()
ot::Neighbor::StateToString()::aState
State
GetState
(
void
)
const
{
return
static_cast
<
State
>
(
mState
)
;
}
neighbor.hpp:207
ot::Neighbor::GetState() const
void
SetState
(
State
aState
)
;
neighbor.hpp:214
ot::Neighbor::SetState()
ot::Neighbor::SetState()::aState
static
const
char
*
StateToString
(
State
aState
)
;
neighbor.hpp:706
ot::Neighbor::StateToString()
ot::Neighbor::StateToString()::aState
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
return
ot::Neighbor::GetState() const
neighbor.hpp:207
ot::Neighbor::SetState()::aState
ot::Neighbor::SetState()
neighbor.hpp:214
ot::Neighbor::StateToString()::aState
ot::Neighbor::StateToString()
neighbor.hpp:706
ot::Neighbor::SetState()::aState
ot::Neighbor::SetState()
neighbor.cpp:40
ot::Neighbor::StateToString()::aState
ot::Neighbor::StateToString()
neighbor.cpp:231
Lifecycle
from
examples
All items filtered out
All items filtered out