Show / Hide Table of Contents

WriteEncoded Method

WriteEncoded(ReadOnlySpan<byte>)

Add an encoded byte array to be written out.

C#
public void WriteEncoded(ReadOnlySpan<byte> encodedTlv)

Parameters

Type Name Description
ReadOnlySpan<byte> encodedTlv

The encoded byte array that will be written out when this TLV is encoded.

Exceptions

Type Condition
TlvException

The length is unsupported.

In this article
Back to top Generated by DocFX