ESP-IDF
ot::kThreadVersion1p2
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::kThreadVersion1p2
ot::kThreadVersion1p2 variable
Syntax
Show:
Summary
Declaration
from
version.hpp:46
constexpr
uint16_t
kThreadVersion1p2
=
OT_THREAD_VERSION_1_2
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
uint16_t
kThreadVersion1p2
=
OT_THREAD_VERSION_1_2
;
///< Thread Version 1.2
version.hpp:46
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
ot::kThreadVersion1p2
is read by 2 functions:
All items filtered out
ot::kThreadVersion1p2
ot::Neighbor::IsThreadVersion1p2OrHigher() const
ot::Neighbor::IsEnhancedKeepAliveSupported() 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