Show / Hide Table of Contents

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
IEnumerable<TlvObject> list

List of Tlvs to encode

Returns

byte[]

BER-TLV encoded list

In this article
Back to top Generated by DocFX