[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Creates a new BNCS packet with the specified packet ID.

Namespace:  MBNCSUtil
Assembly:  MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)

Syntax

C#
public BncsPacket(
	byte id
)
Visual Basic (Declaration)
Public Sub New ( _
	id As Byte _
)
Visual C++
public:
BncsPacket(
	unsigned char id
)

Parameters

id
Type: System..::.Byte
The BNCS packet ID.

See Also