ESP-IDF
otLeaderData
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otLeaderData
otLeaderData struct
Represents the Thread Leader Data.
Syntax
Show:
Summary
Declaration
from
thread.h:122
typedef
struct
otLeaderData
{
uint32_t
mPartitionId
;
uint8_t
mWeighting
;
uint8_t
mDataVersion
;
uint8_t
mStableDataVersion
;
uint8_t
mLeaderRouterId
;
}
otLeaderData
;
Fields
Field
Declared as
otLeaderData::mPartitionId
uint32_t
otLeaderData::mWeighting
uint8_t
otLeaderData::mDataVersion
uint8_t
otLeaderData::mStableDataVersion
uint8_t
otLeaderData::mLeaderRouterId
uint8_t
Related Functions
Found 2 other functions taking a
otLeaderData
argument:
Function
Description
ot::Cli::Interpreter::OutputLeaderData()
otThreadGetLeaderData()
Get the Thread Leader Data.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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