Class UnknownPacket
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
Properties
Data
public byte[] Data { get; }
Property Value
- byte[]
PacketType
public byte PacketType { get; }
Property Value
Methods
SerializePacketData()
public byte[] SerializePacketData()
Returns
- byte[]