The SerialStream type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginRead | Begins an asynchronous read operation. (Inherited from DeviceStream.) | |
BeginWrite | Begins an asynchronous write operation. (Inherited from DeviceStream.) | |
EndRead | Waits for the pending asynchronous read to complete. (Inherited from DeviceStream.) | |
EndWrite | Ends an asynchronous write operation. (Inherited from DeviceStream.) | |
ReadLine | ||
ReadTo | ||
Write | ||
WriteLine |
See Also