ESP-IDF
ot::Neighbor::IsThreadVersion1p1() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::IsThreadVersion1p1() const
ot::Neighbor::IsThreadVersion1p1() const method
Indicates whether or not it is Thread 1.1.
Syntax
Show:
Summary
Declaration
from
neighbor.hpp:512
bool
IsThreadVersion1p1
(
void
)
const
;
Return value
TRUE if neighbors is Thread 1.1, FALSE otherwise.
Examples
References
from
examples
Code
Location
Referrer
bool
IsThreadVersion1p1
(
void
)
const
{
return
mState
!=
kStateInvalid
&&
mVersion
==
kThreadVersion1p1
;
}
neighbor.hpp:512
||
!
GetParent
(
)
.
IsThreadVersion1p1
(
)
mle.cpp:1115
ot::Mle::Mle::HandleNotifierEvents()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Neighbor::IsThreadVersion1p1() const
reads 4 variables and writes 1 variable:
ot::kThreadVersion1p1
ot::Neighbor::State::kStateInvalid
ot::Neighbor::mState
ot::Neighbor::mVersion
All items filtered out
ot::Neighbor::IsThreadVersion1p1() const
ot::Mle::Mle::HandleNotifierEvents()
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