Represents presence of different components in Active or Pending Operational Dataset.

Public Attributes#

bool

TRUE if Active Timestamp is present, FALSE otherwise.

bool

TRUE if Pending Timestamp is present, FALSE otherwise.

bool

TRUE if Network Key is present, FALSE otherwise.

bool

TRUE if Network Name is present, FALSE otherwise.

bool

TRUE if Extended PAN ID is present, FALSE otherwise.

bool

TRUE if Mesh Local Prefix is present, FALSE otherwise.

bool

TRUE if Delay Timer is present, FALSE otherwise.

bool

TRUE if PAN ID is present, FALSE otherwise.

bool

TRUE if Channel is present, FALSE otherwise.

bool

TRUE if PSKc is present, FALSE otherwise.

bool

TRUE if Security Policy is present, FALSE otherwise.

bool

TRUE if Channel Mask is present, FALSE otherwise.

Public Attribute Documentation#

mIsActiveTimestampPresent#

bool otOperationalDatasetComponents::mIsActiveTimestampPresent

TRUE if Active Timestamp is present, FALSE otherwise.


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

mIsPendingTimestampPresent#

bool otOperationalDatasetComponents::mIsPendingTimestampPresent

TRUE if Pending Timestamp is present, FALSE otherwise.


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

mIsNetworkKeyPresent#

bool otOperationalDatasetComponents::mIsNetworkKeyPresent

TRUE if Network Key is present, FALSE otherwise.


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

mIsNetworkNamePresent#

bool otOperationalDatasetComponents::mIsNetworkNamePresent

TRUE if Network Name is present, FALSE otherwise.


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

mIsExtendedPanIdPresent#

bool otOperationalDatasetComponents::mIsExtendedPanIdPresent

TRUE if Extended PAN ID is present, FALSE otherwise.


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

mIsMeshLocalPrefixPresent#

bool otOperationalDatasetComponents::mIsMeshLocalPrefixPresent

TRUE if Mesh Local Prefix is present, FALSE otherwise.


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

mIsDelayPresent#

bool otOperationalDatasetComponents::mIsDelayPresent

TRUE if Delay Timer is present, FALSE otherwise.


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

mIsPanIdPresent#

bool otOperationalDatasetComponents::mIsPanIdPresent

TRUE if PAN ID is present, FALSE otherwise.


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

mIsChannelPresent#

bool otOperationalDatasetComponents::mIsChannelPresent

TRUE if Channel is present, FALSE otherwise.


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

mIsPskcPresent#

bool otOperationalDatasetComponents::mIsPskcPresent

TRUE if PSKc is present, FALSE otherwise.


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

mIsSecurityPolicyPresent#

bool otOperationalDatasetComponents::mIsSecurityPolicyPresent

TRUE if Security Policy is present, FALSE otherwise.


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

mIsChannelMaskPresent#

bool otOperationalDatasetComponents::mIsChannelMaskPresent

TRUE if Channel Mask is present, FALSE otherwise.


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