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 |
---|---|---|
System.ReadOnlySpan<System.Byte> | encodedTlv | The encoded byte array that will be written out when this TLV is encoded. |
Exceptions
Type | Condition |
---|---|
TlvException | The length is unsupported. |