otOperationalDatasetTlvs
#include <dataset.h>
Represents an Active or Pending Operational Dataset.
Summary
The Operational Dataset is TLV encoded as specified by Thread.
Public attributes |
|
---|---|
mLength
|
uint8_t
Size of Operational Dataset in bytes.
|
mTlvs[254]
|
uint8_t
Operational Dataset TLVs.
|
Public attributes
mLength
uint8_t otOperationalDatasetTlvs::mLength
Size of Operational Dataset in bytes.
mTlvs
uint8_t otOperationalDatasetTlvs::mTlvs[254]
Operational Dataset TLVs.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.