IOpenAccessReader interface
Defines methods for reading data from 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 reader, clearing any buffered data. |
| Read(Byte[], Int32, Int32) | Reads a sequence of bytes from the channel into the specified buffer. |
| ReadByte() | Reads a single byte from the channel. |
| Receive() | Receives data from the channel. |