Reference Library
InsertByte Method (b)
NamespacesMBNCSUtilDataBufferInsertByte(Byte)
Inserts the specified value into the buffer.
Declaration Syntax
C#Visual BasicVisual C++
public void InsertByte(
	byte b
)
Public Sub InsertByte ( _
	b As Byte _
)
public:
void InsertByte(
	unsigned char b
)
Parameters
b (Byte)
The value to insert.

Assembly: Asgard5Library (Module: Asgard5Library)