HidStream Properties
From HidSharp
| HidStream Properties | HIDSharp |
The HidStream type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| Device |
Gets the HidDevice associated with this stream.
| |
| ReadTimeout |
The maximum amount of time, in milliseconds, to wait for to receive a HID report.
The default is 3000 milliseconds.
To disable the timeout, set this to (Overrides | |
| WriteTimeout |
The maximum amount of time, in milliseconds, to wait for the device to acknowledge a HID report.
The default is 3000 milliseconds.
To disable the timeout, set this to (Overrides |
See Also