ESP-IDF
ot::Neighbor::mVersion
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::Neighbor::mVersion
ot::Neighbor::mVersion field
Syntax
Show:
Summary
Declaration
from
neighbor.hpp:755
uint16_t
mVersion
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mVersion
;
///< The MLE version
neighbor.hpp:755
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
uint16_t
GetVersion
(
void
)
const
{
return
mVersion
;
}
neighbor.hpp:541
ot::Neighbor
ot::Neighbor::GetVersion() const
void
SetVersion
(
uint16_t
aVersion
)
{
mVersion
=
aVersion
;
}
neighbor.hpp:548
ot::Neighbor
ot::Neighbor::SetVersion()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Neighbor::mVersion
is written by 1 function and is read by 4 functions:
ot::Neighbor::SetVersion()
All items filtered out
ot::Neighbor::mVersion
ot::Neighbor::IsThreadVersion1p1() const
ot::Neighbor::IsThreadVersion1p2OrHigher() const
ot::Neighbor::IsEnhancedKeepAliveSupported() const
ot::Neighbor::GetVersion() 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