The DeviceStream type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BeginRead | Begins an asynchronous read operation. (Overrides StreamBeginRead(Byte, Int32, Int32, AsyncCallback, Object).) | |
| BeginWrite | Begins an asynchronous write operation. (Overrides StreamBeginWrite(Byte, Int32, Int32, AsyncCallback, Object).) | |
| EndRead | Waits for the pending asynchronous read to complete. (Overrides StreamEndRead(IAsyncResult).) | |
| EndWrite | Ends an asynchronous write operation. (Overrides StreamEndWrite(IAsyncResult).) |
See Also