Reference Library
AqsPacket Constructor (id)
NamespacesAsgard5.QueueAqsPacketAqsPacket(Byte)
Creates a new Aqs packet with the specified packet ID.
Declaration Syntax
C#Visual BasicVisual C++
public AqsPacket(
	byte id
)
Public Sub New ( _
	id As Byte _
)
public:
AqsPacket(
	unsigned char id
)
Parameters
id (Byte)
The Aqs packet ID.

Assembly: Asgard5Library (Module: Asgard5Library)