otLeaderData
    #include <thread.h>
  
Represents the Thread Leader Data.
Summary
| Public attributes | |
|---|---|
| mDataVersion | uint8_tFull Network Data Version.  | 
| mLeaderRouterId | uint8_tLeader Router ID.  | 
| mPartitionId | uint32_tPartition ID.  | 
| mStableDataVersion | uint8_tStable Network Data Version.  | 
| mWeighting | uint8_tLeader Weight.  | 
Public attributes
mDataVersion
uint8_t otLeaderData::mDataVersion
Full Network Data Version.
mLeaderRouterId
uint8_t otLeaderData::mLeaderRouterId
Leader Router ID.
mPartitionId
uint32_t otLeaderData::mPartitionId
Partition ID.
mStableDataVersion
uint8_t otLeaderData::mStableDataVersion
Stable Network Data Version.
mWeighting
uint8_t otLeaderData::mWeighting
Leader Weight.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.