[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Gets or sets the ID of the packet as it was specified when it was created.

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

Syntax

C#
public byte PacketID { get; set; }
Visual Basic (Declaration)
Public Property PacketID As Byte
Visual C++
public:
property unsigned char PacketID {
	unsigned char get ();
	void set (unsigned char value);
}

See Also