EncodeMany Method
EncodeMany(TlvObject[])
Encodes an array of Tlvs into a sequence of BER-TLV encoded data.
C#
public static byte[] EncodeMany(params TlvObject[] tlvs)
Parameters
Type | Name | Description |
---|---|---|
TlvObject[] | tlvs | Array of Tlvs to encode |
Returns
System.Byte[]
BER-TLV encoded array