otOperationalDatasetComponents

#include <dataset.h>

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

Summary

Public attributes

mIsActiveTimestampPresent
bool
TRUE if Active Timestamp is present, FALSE otherwise.
mIsChannelMaskPresent
bool
TRUE if Channel Mask is present, FALSE otherwise.
mIsChannelPresent
bool
TRUE if Channel is present, FALSE otherwise.
mIsDelayPresent
bool
TRUE if Delay Timer is present, FALSE otherwise.
mIsExtendedPanIdPresent
bool
TRUE if Extended PAN ID is present, FALSE otherwise.
mIsMeshLocalPrefixPresent
bool
TRUE if Mesh Local Prefix is present, FALSE otherwise.
mIsNetworkKeyPresent
bool
TRUE if Network Key is present, FALSE otherwise.
mIsNetworkNamePresent
bool
TRUE if Network Name is present, FALSE otherwise.
mIsPanIdPresent
bool
TRUE if PAN ID is present, FALSE otherwise.
mIsPendingTimestampPresent
bool
TRUE if Pending Timestamp is present, FALSE otherwise.
mIsPskcPresent
bool
TRUE if PSKc is present, FALSE otherwise.
mIsSecurityPolicyPresent
bool
TRUE if Security Policy is present, FALSE otherwise.

Public attributes

mIsActiveTimestampPresent

bool otOperationalDatasetComponents::mIsActiveTimestampPresent

TRUE if Active Timestamp is present, FALSE otherwise.

mIsChannelMaskPresent

bool otOperationalDatasetComponents::mIsChannelMaskPresent

TRUE if Channel Mask is present, FALSE otherwise.

mIsChannelPresent

bool otOperationalDatasetComponents::mIsChannelPresent

TRUE if Channel is present, FALSE otherwise.

mIsDelayPresent

bool otOperationalDatasetComponents::mIsDelayPresent

TRUE if Delay Timer 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.

mIsNetworkKeyPresent

bool otOperationalDatasetComponents::mIsNetworkKeyPresent

TRUE if Network Key is present, FALSE otherwise.

mIsNetworkNamePresent

bool otOperationalDatasetComponents::mIsNetworkNamePresent

TRUE if Network Name is present, FALSE otherwise.

mIsPanIdPresent

bool otOperationalDatasetComponents::mIsPanIdPresent

TRUE if PAN ID is present, FALSE otherwise.

mIsPendingTimestampPresent

bool otOperationalDatasetComponents::mIsPendingTimestampPresent

TRUE if Pending Timestamp 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.

Resources

OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.