[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Operates as a data buffer for network and file output.

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

Syntax

C#
public class DataBuffer : IDisposable
Visual Basic (Declaration)
Public Class DataBuffer _
	Implements IDisposable
Visual C++
public ref class DataBuffer : IDisposable

Remarks

This class does not read data in any manner; for reading or receiving data, use the DataReader or derived classes.

This class always uses little-endian byte ordering.

This class no longer supports operator overloading in C# via the binary addition (+) operator.

Inheritance Hierarchy

System..::.Object
  MBNCSUtil..::.DataBuffer
    MBNCSUtil..::.BncsPacket

See Also