Represents an Active or Pending Operational Dataset.

Components in Dataset are optional. mComponents structure specifies which components are present in the Dataset.

Public Attributes#

Active Timestamp.

Pending Timestamp.

uint32_t

Delay Timer.

uint16_t

Channel.

uint16_t

Wake-up Channel.

Specifies which components are set in the Dataset.

Public Attribute Documentation#

mActiveTimestamp#

otTimestamp otOperationalDataset::mActiveTimestamp

Active Timestamp.


Definition at line 223 of file include/openthread/dataset.h

mPendingTimestamp#

otTimestamp otOperationalDataset::mPendingTimestamp

Pending Timestamp.


Definition at line 224 of file include/openthread/dataset.h

mNetworkKey#

otNetworkKey otOperationalDataset::mNetworkKey

Network Key.


Definition at line 225 of file include/openthread/dataset.h

mNetworkName#

otNetworkName otOperationalDataset::mNetworkName

Network Name.


Definition at line 226 of file include/openthread/dataset.h

mExtendedPanId#

otExtendedPanId otOperationalDataset::mExtendedPanId

Extended PAN ID.


Definition at line 227 of file include/openthread/dataset.h

mMeshLocalPrefix#

otMeshLocalPrefix otOperationalDataset::mMeshLocalPrefix

Mesh Local Prefix.


Definition at line 228 of file include/openthread/dataset.h

mDelay#

uint32_t otOperationalDataset::mDelay

Delay Timer.


Definition at line 229 of file include/openthread/dataset.h

mPanId#

otPanId otOperationalDataset::mPanId

PAN ID.


Definition at line 230 of file include/openthread/dataset.h

mChannel#

uint16_t otOperationalDataset::mChannel

Channel.


Definition at line 231 of file include/openthread/dataset.h

mWakeupChannel#

uint16_t otOperationalDataset::mWakeupChannel

Wake-up Channel.


Definition at line 232 of file include/openthread/dataset.h

mPskc#

otPskc otOperationalDataset::mPskc

PSKc.


Definition at line 233 of file include/openthread/dataset.h

mSecurityPolicy#

otSecurityPolicy otOperationalDataset::mSecurityPolicy

Security Policy.


Definition at line 234 of file include/openthread/dataset.h

mChannelMask#

otChannelMask otOperationalDataset::mChannelMask

Channel Mask.


Definition at line 235 of file include/openthread/dataset.h

mComponents#

otOperationalDatasetComponents otOperationalDataset::mComponents

Specifies which components are set in the Dataset.


Definition at line 236 of file include/openthread/dataset.h