ESP-IDF
ot::SettingsBase::NetworkInfo::SetVersion()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::SettingsBase::NetworkInfo::SetVersion()
ot::SettingsBase::NetworkInfo::SetVersion() method
Sets the Thread version.
Syntax
Show:
Summary
Declaration
from
settings.hpp:297
void
SetVersion
(
uint16_t
aVersion
)
;
Arguments
Argument
Description
aVersion
The Thread version.
Examples
References
from
examples
Code
Location
Scope
Referrer
void
SetVersion
(
uint16_t
aVersion
)
{
mVersion
=
LittleEndian
::
HostSwap16
(
aVersion
)
;
}
settings.hpp:297
networkInfo
.
SetVersion
(
kThreadVersion
)
;
mle.cpp:459
ot::Mle::Mle
ot::Mle::Mle::Store()
SetVersion
(
kThreadVersion1p1
)
;
settings.hpp:147
ot::SettingsBase::NetworkInfo
ot::SettingsBase::NetworkInfo::Init()
Call Tree
from
examples
ot::SettingsBase::NetworkInfo::SetVersion()
is called by 2 functions and calls 1 function:
ot::SettingsBase::NetworkInfo::Init()
ot::Mle::Mle::Store()
All items filtered out
ot::SettingsBase::NetworkInfo::SetVersion()
ot::LittleEndian::HostSwap16()
All items filtered out
Data Use
from
examples
ot::SettingsBase::NetworkInfo::SetVersion()
writes 1 variable:
All items filtered out
ot::SettingsBase::NetworkInfo::SetVersion()
ot::SettingsBase::NetworkInfo::mVersion
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