ESP-IDF
otLeaderData::mDataVersion
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otLeaderData::mDataVersion
otLeaderData::mDataVersion field
Syntax
Show:
Summary
Declaration
from
thread.h:126
uint8_t
mDataVersion
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mDataVersion
;
///< Full Network Data Version
thread.h:126
OutputLine
(
"Data Version: %u"
,
leaderData
.
mDataVersion
)
;
cli.cpp:3523
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputLine
(
aIndentSize
,
"DataVersion: %u"
,
aLeaderData
.
mDataVersion
)
;
cli.cpp:8052
ot::Cli::Interpreter
ot::Cli::Interpreter::OutputLeaderData()
return
(
aType
==
NetworkData
::
kFullSet
)
?
mDataVersion
:
mStableDataVersion
;
mle_types.hpp:398
ot::Mle::LeaderData
ot::Mle::LeaderData::GetDataVersion() const
void
SetDataVersion
(
uint8_t
aVersion
)
{
mDataVersion
=
aVersion
;
}
mle_types.hpp:406
ot::Mle::LeaderData
ot::Mle::LeaderData::SetDataVersion()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otLeaderData::mDataVersion
is written by 1 function and is read by 3 functions:
ot::Mle::LeaderData::SetDataVersion()
All items filtered out
otLeaderData::mDataVersion
ot::Mle::LeaderData::GetDataVersion() const
ot::Cli::Interpreter::Process()
ot::Cli::Interpreter::OutputLeaderData()
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