otOperationalDataset
#include <dataset.h>
Represents an Active or Pending Operational Dataset.
Summary
Components in Dataset are optional. mComponents
structure specifies which components are present in the Dataset.
Public attributes |
|
---|---|
mActiveTimestamp
|
Active Timestamp.
|
mChannel
|
uint16_t
Channel.
|
mChannelMask
|
Channel Mask.
|
mComponents
|
Specifies which components are set in the Dataset.
|
mDelay
|
uint32_t
Delay Timer.
|
mExtendedPanId
|
Extended PAN ID.
|
mMeshLocalPrefix
|
Mesh Local Prefix.
|
mNetworkKey
|
Network Key.
|
mNetworkName
|
Network Name.
|
mPanId
|
PAN ID.
|
mPendingTimestamp
|
Pending Timestamp.
|
mPskc
|
PSKc.
|
mSecurityPolicy
|
Security Policy.
|
mWakeupChannel
|
uint16_t
Wake-up Channel.
|
Public attributes
mChannel
uint16_t otOperationalDataset::mChannel
Channel.
mComponents
otOperationalDatasetComponents otOperationalDataset::mComponents
Specifies which components are set in the Dataset.
mDelay
uint32_t otOperationalDataset::mDelay
Delay Timer.
mWakeupChannel
uint16_t otOperationalDataset::mWakeupChannel
Wake-up Channel.
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.