Show / Hide Table of Contents

EncodeMany Method

EncodeMany(params 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

byte[]

BER-TLV encoded array

In this article
Back to top Generated by DocFX