Represents a Commissioning Dataset.
Public Attributes#
Border Router RLOC16.
Commissioner Session Id.
Steering Data.
Joiner UDP Port.
TRUE if Border Router RLOC16 is set, FALSE otherwise.
TRUE if Commissioner Session Id is set, FALSE otherwise.
TRUE if Steering Data is set, FALSE otherwise.
TRUE if Joiner UDP Port is set, FALSE otherwise.
TRUE if the Dataset contains any extra unknown sub-TLV, FALSE otherwise.
Public Attribute Documentation#
mLocator#
uint16_t otCommissioningDataset::mLocator
Border Router RLOC16.
100
of file include/openthread/commissioner.h
mSessionId#
uint16_t otCommissioningDataset::mSessionId
Commissioner Session Id.
101
of file include/openthread/commissioner.h
mSteeringData#
otSteeringData otCommissioningDataset::mSteeringData
Steering Data.
102
of file include/openthread/commissioner.h
mJoinerUdpPort#
uint16_t otCommissioningDataset::mJoinerUdpPort
Joiner UDP Port.
103
of file include/openthread/commissioner.h
mIsLocatorSet#
bool otCommissioningDataset::mIsLocatorSet
TRUE if Border Router RLOC16 is set, FALSE otherwise.
105
of file include/openthread/commissioner.h
mIsSessionIdSet#
bool otCommissioningDataset::mIsSessionIdSet
TRUE if Commissioner Session Id is set, FALSE otherwise.
106
of file include/openthread/commissioner.h
mIsSteeringDataSet#
bool otCommissioningDataset::mIsSteeringDataSet
TRUE if Steering Data is set, FALSE otherwise.
107
of file include/openthread/commissioner.h
mIsJoinerUdpPortSet#
bool otCommissioningDataset::mIsJoinerUdpPortSet
TRUE if Joiner UDP Port is set, FALSE otherwise.
108
of file include/openthread/commissioner.h
mHasExtraTlv#
bool otCommissioningDataset::mHasExtraTlv
TRUE if the Dataset contains any extra unknown sub-TLV, FALSE otherwise.
109
of file include/openthread/commissioner.h