The Length byte encodes the number of bytes in the value field -1.
This means that a TLV with length field of 3 is expected to contain 4 bytes of data in the value field.
WARNING: This field is assumed to always include the +1 offset, and logic should do the appropriate reversal when writing the actual buffer.
The Length byte encodes the number of bytes in the value field -1. This means that a TLV with length field of 3 is expected to contain 4 bytes of data in the value field.
WARNING: This field is assumed to always include the +1 offset, and logic should do the appropriate reversal when writing the actual buffer.
1-byte