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

mActiveTimestamp

otTimestamp otOperationalDataset::mActiveTimestamp

Active Timestamp.

mChannel

uint16_t otOperationalDataset::mChannel

Channel.

mChannelMask

otChannelMask otOperationalDataset::mChannelMask

Channel Mask.

mComponents

otOperationalDatasetComponents otOperationalDataset::mComponents

Specifies which components are set in the Dataset.

mDelay

uint32_t otOperationalDataset::mDelay

Delay Timer.

mExtendedPanId

otExtendedPanId otOperationalDataset::mExtendedPanId

Extended PAN ID.

mMeshLocalPrefix

otMeshLocalPrefix otOperationalDataset::mMeshLocalPrefix

Mesh Local Prefix.

mNetworkKey

otNetworkKey otOperationalDataset::mNetworkKey

Network Key.

mNetworkName

otNetworkName otOperationalDataset::mNetworkName

Network Name.

mPanId

otPanId otOperationalDataset::mPanId

PAN ID.

mPendingTimestamp

otTimestamp otOperationalDataset::mPendingTimestamp

Pending Timestamp.

mPskc

otPskc otOperationalDataset::mPskc

PSKc.

mSecurityPolicy

otSecurityPolicy otOperationalDataset::mSecurityPolicy

Security Policy.

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.