|
Answer» What is Type-length-value mean? Within communication protocols, TLV (type-length-value or tag-length-value) is an encoding scheme used for optional information element in a certain protocol. TLV-encoded data stream contain code of the record type, followed by record value length, and finally the value itself. reference
|