EncodeList Method
EncodeList(IEnumerable<TlvObject>)
Encodes a list of Tlvs into a sequence of BER-TLV encoded data.
C#
public static byte[] EncodeList(IEnumerable<TlvObject> list)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<TlvObject> | list | List of Tlvs to encode |
Returns
System.Byte[]
BER-TLV encoded list