ot::MeshCoP::Dataset::ContainsAllRequiredTlvsFor() const method
Indicates whether or not the Dataset contains all the required TLVs for an Active or Pending Dataset.
Syntax
bool ContainsAllRequiredTlvsFor(Type aType) const; Arguments
aType
The Dataset type, Active or Pending.
Return value
TRUE The Dataset contains all the required TLVs for @p aType. FALSE The Dataset does not contain all the required TLVs for @p aType.