Represents a Commissioning Dataset.
Public Attributes#
uint16_t
Border Router RLOC16.
uint16_t
Commissioner Session Id.
Steering Data.
uint16_t
Joiner UDP Port.
bool
TRUE if Border Router RLOC16 is set, FALSE otherwise.
bool
TRUE if Commissioner Session Id is set, FALSE otherwise.
bool
TRUE if Steering Data is set, FALSE otherwise.
bool
TRUE if Joiner UDP Port is set, FALSE otherwise.
bool
TRUE if the Dataset contains any extra unknown sub-TLV, FALSE otherwise.
Public Attribute Documentation#
mIsLocatorSet#
bool otCommissioningDataset::mIsLocatorSet
TRUE if Border Router RLOC16 is set, FALSE otherwise.
mIsSessionIdSet#
bool otCommissioningDataset::mIsSessionIdSet
TRUE if Commissioner Session Id is set, FALSE otherwise.
mIsSteeringDataSet#
bool otCommissioningDataset::mIsSteeringDataSet
TRUE if Steering Data is set, FALSE otherwise.
mIsJoinerUdpPortSet#
bool otCommissioningDataset::mIsJoinerUdpPortSet
TRUE if Joiner UDP Port is set, FALSE otherwise.
mHasExtraTlv#
bool otCommissioningDataset::mHasExtraTlv
TRUE if the Dataset contains any extra unknown sub-TLV, FALSE otherwise.