Expand description
Matter TLV tag forms.
All five tag forms from the Matter Core Specification §A.2 are
represented here. The wire format has separate 2-byte / 4-byte
sub-variants for CommonProfile/ImplicitProfile and 6-byte /
8-byte sub-variants for FullyQualified; the public enum collapses
those under a single variant per form, and the writer picks the
minimum-width sub-variant from the value.
Enums§
- Tag
- A Matter TLV tag.