[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Gets the data in this packet, including the four-byte header.

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

Syntax

C#
public override byte[] GetData()
Visual Basic (Declaration)
Public Overrides Function GetData As Byte()
Visual C++
public:
virtual array<unsigned char>^ GetData() override

Return Value

A byte array containing the packet data.

See Also