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.
mIsPendingTimestampPresent#
bool otOperationalDatasetComponents::mIsPendingTimestampPresent
TRUE if Pending Timestamp is present, FALSE otherwise.
mIsNetworkKeyPresent#
bool otOperationalDatasetComponents::mIsNetworkKeyPresent
TRUE if Network Key is present, FALSE otherwise.
mIsNetworkNamePresent#
bool otOperationalDatasetComponents::mIsNetworkNamePresent
TRUE if Network Name is present, FALSE otherwise.
mIsExtendedPanIdPresent#
bool otOperationalDatasetComponents::mIsExtendedPanIdPresent
TRUE if Extended PAN ID is present, FALSE otherwise.
mIsMeshLocalPrefixPresent#
bool otOperationalDatasetComponents::mIsMeshLocalPrefixPresent
TRUE if Mesh Local Prefix is present, FALSE otherwise.
mIsDelayPresent#
bool otOperationalDatasetComponents::mIsDelayPresent
TRUE if Delay Timer is present, FALSE otherwise.
mIsPanIdPresent#
bool otOperationalDatasetComponents::mIsPanIdPresent
TRUE if PAN ID is present, FALSE otherwise.
mIsChannelPresent#
bool otOperationalDatasetComponents::mIsChannelPresent
TRUE if Channel is present, FALSE otherwise.
mIsPskcPresent#
bool otOperationalDatasetComponents::mIsPskcPresent
TRUE if PSKc is present, FALSE otherwise.
mIsSecurityPolicyPresent#
bool otOperationalDatasetComponents::mIsSecurityPolicyPresent
TRUE if Security Policy is present, FALSE otherwise.
mIsChannelMaskPresent#
bool otOperationalDatasetComponents::mIsChannelMaskPresent
TRUE if Channel Mask is present, FALSE otherwise.
mIsWakeupChannelPresent#
bool otOperationalDatasetComponents::mIsWakeupChannelPresent
TRUE if Wake-up Channel is present, FALSE otherwise.