Reference Library
Write Method (id, b, off, len)
NamespacesZamasoft.CTI.ResultBuilderWrite(Int32, array<Byte>[]()[][], Int32, Int32)
Declaration Syntax
C#Visual BasicVisual C++
public void Write(
	int id,
	byte[] b,
	int off,
	int len
)
Public Sub Write ( _
	id As Integer, _
	b As Byte(), _
	off As Integer, _
	len As Integer _
)
public:
void Write(
	int id, 
	array<unsigned char>^ b, 
	int off, 
	int len
)
Parameters
id (Int32)
b (array<Byte>[]()[][])
off (Int32)
len (Int32)

Assembly: CTI (Module: CTI)