IOpenAccessWriter interface

Defines methods for writing data to an open access channel.

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

Extends: doesn’t extend any other interfaces.

Methods

Signature Description
Flush() Flushes the writer, sending any buffered data to the channel.
Prepare() Prepares the writer for a new write operation.
Write(Byte[], Int32, Int32) Writes a sequence of bytes to the channel from the specified buffer.
WriteByte(Byte) Writes a single byte to the channel.