Expand description
Thread operational dataset validation and Extended PAN ID extraction.
Implemented in M9-C2 (Thread commissioning). A Thread operational
dataset is not Matter TLV — it is Thread’s own flat TLV format:
each element is type(1 byte), length(1 byte), value(length bytes), walked from offset 0 with no outer container. See the
Thread specification’s Operational Dataset TLV encoding.
Structs§
- Thread
Dataset - A Thread operational dataset (Thread TLV bytes) used to provision a
device onto a Thread network. The caller obtains it from a border
router (e.g.
ot-ctl dataset active -x, hex-decoded).
Enums§
- Thread
Dataset Error - Errors produced while validating a Thread operational dataset.