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.
Public Attribute Documentation#
mIsActiveTimestampPresent#
bool otOperationalDatasetComponents::mIsActiveTimestampPresent
TRUE if Active Timestamp is present, FALSE otherwise.
204
of file include/openthread/dataset.h
mIsPendingTimestampPresent#
bool otOperationalDatasetComponents::mIsPendingTimestampPresent
TRUE if Pending Timestamp is present, FALSE otherwise.
205
of file include/openthread/dataset.h
mIsNetworkKeyPresent#
bool otOperationalDatasetComponents::mIsNetworkKeyPresent
TRUE if Network Key is present, FALSE otherwise.
206
of file include/openthread/dataset.h
mIsNetworkNamePresent#
bool otOperationalDatasetComponents::mIsNetworkNamePresent
TRUE if Network Name is present, FALSE otherwise.
207
of file include/openthread/dataset.h
mIsExtendedPanIdPresent#
bool otOperationalDatasetComponents::mIsExtendedPanIdPresent
TRUE if Extended PAN ID is present, FALSE otherwise.
208
of file include/openthread/dataset.h
mIsMeshLocalPrefixPresent#
bool otOperationalDatasetComponents::mIsMeshLocalPrefixPresent
TRUE if Mesh Local Prefix is present, FALSE otherwise.
209
of file include/openthread/dataset.h
mIsDelayPresent#
bool otOperationalDatasetComponents::mIsDelayPresent
TRUE if Delay Timer is present, FALSE otherwise.
210
of file include/openthread/dataset.h
mIsPanIdPresent#
bool otOperationalDatasetComponents::mIsPanIdPresent
TRUE if PAN ID is present, FALSE otherwise.
211
of file include/openthread/dataset.h
mIsChannelPresent#
bool otOperationalDatasetComponents::mIsChannelPresent
TRUE if Channel is present, FALSE otherwise.
212
of file include/openthread/dataset.h
mIsPskcPresent#
bool otOperationalDatasetComponents::mIsPskcPresent
TRUE if PSKc is present, FALSE otherwise.
213
of file include/openthread/dataset.h
mIsSecurityPolicyPresent#
bool otOperationalDatasetComponents::mIsSecurityPolicyPresent
TRUE if Security Policy is present, FALSE otherwise.
214
of file include/openthread/dataset.h
mIsChannelMaskPresent#
bool otOperationalDatasetComponents::mIsChannelMaskPresent
TRUE if Channel Mask is present, FALSE otherwise.
215
of file include/openthread/dataset.h