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.
105
of file include/openthread/commissioner.h
mSessionId#
uint16_t otCommissioningDataset::mSessionId
Commissioner Session Id.
106
of file include/openthread/commissioner.h
mSteeringData#
otSteeringData otCommissioningDataset::mSteeringData
Steering Data.
107
of file include/openthread/commissioner.h
mJoinerUdpPort#
uint16_t otCommissioningDataset::mJoinerUdpPort
Joiner UDP Port.
108
of file include/openthread/commissioner.h
mIsLocatorSet#
bool otCommissioningDataset::mIsLocatorSet
TRUE if Border Router RLOC16 is set, FALSE otherwise.
110
of file include/openthread/commissioner.h
mIsSessionIdSet#
bool otCommissioningDataset::mIsSessionIdSet
TRUE if Commissioner Session Id is set, FALSE otherwise.
111
of file include/openthread/commissioner.h
mIsSteeringDataSet#
bool otCommissioningDataset::mIsSteeringDataSet
TRUE if Steering Data is set, FALSE otherwise.
112
of file include/openthread/commissioner.h
mIsJoinerUdpPortSet#
bool otCommissioningDataset::mIsJoinerUdpPortSet
TRUE if Joiner UDP Port is set, FALSE otherwise.
113
of file include/openthread/commissioner.h
mHasExtraTlv#
bool otCommissioningDataset::mHasExtraTlv
TRUE if the Dataset contains any extra unknown sub-TLV, FALSE otherwise.
114
of file include/openthread/commissioner.h