IOpenAccessWriter interface.Write Method

Definition

Namespace: ASNA.DataGate.DataLink
Assembly: ASNA.QSys.DataGate.Client.dll

Writes a sequence of bytes to the channel from the specified buffer.

void Write(Byte[] inBuf, int iBegin, int cBytes)

Writes a sequence of bytes to the channel from the specified buffer.

void Write(Byte[] inBuf, int iBegin, int cBytes)

Parameters

Type Parameter name Description
Byte[] inBuf The buffer containing the data to write to the channel.
Int32 iBegin The zero-based byte offset in inBuf at which to begin writing from.
Int32 cBytes The number of bytes to write.

See Also