The HidStream type exposes the following members.
Properties
Name | Description | |
---|---|---|
Device |
Gets the HidDevice 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.
(Inherited from DeviceStream.) | |
Tag |
An object storing user-defined data about the stream.
(Inherited from DeviceStream.) | |
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.
(Inherited from DeviceStream.) |
See Also