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

Assembly: Asgard5Library (Module: Asgard5Library)