Represents presence of different components in Active or Pending Operational Dataset.
Public Attributes#
TRUE if Active Timestamp is present, FALSE otherwise.
TRUE if Pending Timestamp is present, FALSE otherwise.
TRUE if Network Key is present, FALSE otherwise.
TRUE if Network Name is present, FALSE otherwise.
TRUE if Extended PAN ID is present, FALSE otherwise.
TRUE if Mesh Local Prefix is present, FALSE otherwise.
TRUE if Delay Timer is present, FALSE otherwise.
TRUE if PAN ID is present, FALSE otherwise.
TRUE if Channel is present, FALSE otherwise.
TRUE if PSKc is present, FALSE otherwise.
TRUE if Security Policy is present, FALSE otherwise.
TRUE if Channel Mask is present, FALSE otherwise.
TRUE if Wake-up Channel is present, FALSE otherwise.
Public Attribute Documentation#
mIsActiveTimestampPresent#
bool otOperationalDatasetComponents::mIsActiveTimestampPresent
TRUE if Active Timestamp is present, FALSE otherwise.
191
of file include/openthread/dataset.h
mIsPendingTimestampPresent#
bool otOperationalDatasetComponents::mIsPendingTimestampPresent
TRUE if Pending Timestamp is present, FALSE otherwise.
192
of file include/openthread/dataset.h
mIsNetworkKeyPresent#
bool otOperationalDatasetComponents::mIsNetworkKeyPresent
TRUE if Network Key is present, FALSE otherwise.
193
of file include/openthread/dataset.h
mIsNetworkNamePresent#
bool otOperationalDatasetComponents::mIsNetworkNamePresent
TRUE if Network Name is present, FALSE otherwise.
194
of file include/openthread/dataset.h
mIsExtendedPanIdPresent#
bool otOperationalDatasetComponents::mIsExtendedPanIdPresent
TRUE if Extended PAN ID is present, FALSE otherwise.
195
of file include/openthread/dataset.h
mIsMeshLocalPrefixPresent#
bool otOperationalDatasetComponents::mIsMeshLocalPrefixPresent
TRUE if Mesh Local Prefix is present, FALSE otherwise.
196
of file include/openthread/dataset.h
mIsDelayPresent#
bool otOperationalDatasetComponents::mIsDelayPresent
TRUE if Delay Timer is present, FALSE otherwise.
197
of file include/openthread/dataset.h
mIsPanIdPresent#
bool otOperationalDatasetComponents::mIsPanIdPresent
TRUE if PAN ID is present, FALSE otherwise.
198
of file include/openthread/dataset.h
mIsChannelPresent#
bool otOperationalDatasetComponents::mIsChannelPresent
TRUE if Channel is present, FALSE otherwise.
199
of file include/openthread/dataset.h
mIsPskcPresent#
bool otOperationalDatasetComponents::mIsPskcPresent
TRUE if PSKc is present, FALSE otherwise.
200
of file include/openthread/dataset.h
mIsSecurityPolicyPresent#
bool otOperationalDatasetComponents::mIsSecurityPolicyPresent
TRUE if Security Policy is present, FALSE otherwise.
201
of file include/openthread/dataset.h
mIsChannelMaskPresent#
bool otOperationalDatasetComponents::mIsChannelMaskPresent
TRUE if Channel Mask is present, FALSE otherwise.
202
of file include/openthread/dataset.h
mIsWakeupChannelPresent#
bool otOperationalDatasetComponents::mIsWakeupChannelPresent
TRUE if Wake-up Channel is present, FALSE otherwise.
203
of file include/openthread/dataset.h