[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Gets the data currently contained in the buffer.

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

Syntax

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

Return Value

A byte array representing the data in the buffer.

See Also