The DeviceStream type exposes the following members.
Properties
Name | Description | |
---|---|---|
Device |
Gets the Device associated with this stream.
| |
ReadTimeout |
The maximum amount of time, in milliseconds, to wait for the device to send some data.
The default is 3000 milliseconds.
To disable the timeout, set this to Infinite.
(Overrides StreamReadTimeout.) | |
Tag |
An object storing user-defined data about the stream.
| |
WriteTimeout |
The maximum amount of time, in milliseconds, to wait for the device to receive the data.
The default is 3000 milliseconds.
To disable the timeout, set this to Infinite.
(Overrides StreamWriteTimeout.) |
See Also