ESP-IDF
kStateInvalid
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
kStateInvalid
kStateInvalid value
Syntax
Show:
Summary
Declaration
from
neighbor.hpp:86
kStateInvalid
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kStateInvalid
,
///< Neighbor link is invalid
neighbor.hpp:86
neighborState
=
(
router
!=
nullptr
)
?
router
->
GetState
(
)
:
Neighbor
::
kStateInvalid
;
mle_router.cpp:871
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleLinkAccept()
case
Neighbor
::
kStateInvalid
:
mle_router.cpp:881
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleLinkAccept()
aNeighbor
.
SetState
(
Neighbor
::
kStateInvalid
)
;
mle_router.cpp:3143
ot::Mle::MleRouter
ot::Mle::MleRouter::RemoveNeighbor()
SetState
(
kStateInvalid
)
;
neighbor.cpp:113
ot::Neighbor
ot::Neighbor::Init()
case
kStateInvalid
:
neighbor.cpp:122
ot::Neighbor
ot::Neighbor::IsStateValidOrAttaching() const
ValidateNextEnum
(
kStateInvalid
)
;
neighbor.cpp:247
ot::Neighbor
ot::Neighbor::StateToString()
bool
IsStateInvalid
(
void
)
const
{
return
(
mState
==
kStateInvalid
)
;
}
neighbor.hpp:221
ot::Neighbor
ot::Neighbor::IsStateInvalid() const
bool
IsThreadVersion1p1
(
void
)
const
{
return
mState
!=
kStateInvalid
&&
mVersion
==
kThreadVersion1p1
;
}
neighbor.hpp:512
ot::Neighbor
ot::Neighbor::IsThreadVersion1p1() const
bool
IsThreadVersion1p2OrHigher
(
void
)
const
{
return
mState
!=
kStateInvalid
&&
mVersion
>=
kThreadVersion1p2
;
}
neighbor.hpp:519
ot::Neighbor
ot::Neighbor::IsThreadVersion1p2OrHigher() const
return
(
mState
!=
kStateInvalid
)
&&
(
mVersion
>=
kThreadVersion1p2
)
;
neighbor.hpp:535
ot::Neighbor
ot::Neighbor::IsEnhancedKeepAliveSupported() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kStateInvalid
is read by 9 functions:
All items filtered out
kStateInvalid
ot::Neighbor::IsStateInvalid() const
ot::Neighbor::IsThreadVersion1p1() const
ot::Neighbor::IsThreadVersion1p2OrHigher() const
ot::Neighbor::IsEnhancedKeepAliveSupported() const
ot::Mle::MleRouter::HandleLinkAccept()
ot::Mle::MleRouter::RemoveNeighbor()
ot::Neighbor::Init()
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