![]() |
0.01.00
|
This structure represents an Active or Pending Operational Dataset. More...
#include <include/openthread/types.h>
Public Attributes | |
| uint64_t | mActiveTimestamp |
| Active Timestamp. | |
| uint64_t | mPendingTimestamp |
| Pending Timestamp. | |
| otMasterKey | mMasterKey |
| Network Master Key. | |
| otNetworkName | mNetworkName |
| Network Name. | |
| otExtendedPanId | mExtendedPanId |
| Extended PAN ID. | |
| otMeshLocalPrefix | mMeshLocalPrefix |
| Mesh Local Prefix. | |
| uint32_t | mDelay |
| Delay Timer. | |
| otPanId | mPanId |
| PAN ID. | |
| uint16_t | mChannel |
| Channel. | |
| otPSKc | mPSKc |
| PSKc. | |
| otSecurityPolicy | mSecurityPolicy |
| Security Policy. | |
| otChannelMaskPage0 | mChannelMaskPage0 |
| Channel Mask Page 0. | |
| bool | mIsActiveTimestampSet: 1 |
| TRUE if Active Timestamp is set, FALSE otherwise. | |
| bool | mIsPendingTimestampSet: 1 |
| TRUE if Pending Timestamp is set, FALSE otherwise. | |
| bool | mIsMasterKeySet: 1 |
| TRUE if Network Master Key is set, FALSE otherwise. | |
| bool | mIsNetworkNameSet: 1 |
| TRUE if Network Name is set, FALSE otherwise. | |
| bool | mIsExtendedPanIdSet: 1 |
| TRUE if Extended PAN ID is set, FALSE otherwise. | |
| bool | mIsMeshLocalPrefixSet: 1 |
| TRUE if Mesh Local Prefix is set, FALSE otherwise. | |
| bool | mIsDelaySet: 1 |
| TRUE if Delay Timer is set, FALSE otherwise. | |
| bool | mIsPanIdSet: 1 |
| TRUE if PAN ID is set, FALSE otherwise. | |
| bool | mIsChannelSet: 1 |
| TRUE if Channel is set, FALSE otherwise. | |
| bool | mIsPSKcSet: 1 |
| TRUE if PSKc is set, FALSE otherwise. | |
| bool | mIsSecurityPolicySet: 1 |
| TRUE if Security Policy is set, FALSE otherwise. | |
| bool | mIsChannelMaskPage0Set: 1 |
| TRUE if Channel Mask Page 0 is set, FALSE otherwise. | |
This structure represents an Active or Pending Operational Dataset.