Type alias EncodableTlv

EncodableTlv: [number, ...Encodable[]] | [number, typeof OmitEmpty, ...Encodable[]]

An encodable TLV structure.

First item is a number for TLV-TYPE. Optional second item could be OmitEmpty to omit the TLV if TLV-VALUE is empty. Subsequent items are Encodables for TLV-VALUE.

Generated using TypeDoc