pub type OperationalDatasetTlvs = Vec<u8>;
Expand description
Datatype for containing a Thread dataset in raw TLV form.
Functionally equivalent to type otOperationalDatasetTlvs
.
The details of the Thread TLV format are documented in the Thread Specification.
Aliased Typeยง
struct OperationalDatasetTlvs { /* private fields */ }