Expand description
Matter TLV element values.
Phase 3 of matter-codec adds container variants. The full TLV value
space is now represented.
Enums§
- Value
- A decoded Matter TLV value, collapsed across wire widths.
- Value
Ref - A borrowed view of one decoded scalar TLV value — the zero-copy sibling
of
Value. Strings and byte strings borrow directly from the reader’s input; scalars are carried by value. Containers never appear here: the streamingcrate::TlvReader::next_refAPI reports them asContainerStart/ContainerEndevents, so no owned children are built.