Table of Contents

Class UnknownPacket

Namespace
NArk.Core.Assets
Assembly
NArk.Core.dll

Opaque packet type for unknown/future TLV records. Round-trips the raw data without interpreting it.

public class UnknownPacket : IExtensionPacket
Inheritance
UnknownPacket
Implements
Inherited Members

Constructors

UnknownPacket(byte, byte[])

Opaque packet type for unknown/future TLV records. Round-trips the raw data without interpreting it.

public UnknownPacket(byte packetType, byte[] data)

Parameters

packetType byte
data byte[]

Properties

Data

public byte[] Data { get; }

Property Value

byte[]

PacketType

public byte PacketType { get; }

Property Value

byte

Methods

SerializePacketData()

public byte[] SerializePacketData()

Returns

byte[]