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

Assembly: Asgard5Library (Module: Asgard5Library)