HidStream Properties

HidSharp

HidStream Properties HIDSharp
The HidStream type exposes the following members.
Properties

  NameDescription
Public propertyDevice
Gets the HidDevice associated with this stream.
Public propertyReadTimeout
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 OnlineInfinite.
(Overrides OnlineStream ReadTimeout.)
Public propertyWriteTimeout
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 OnlineInfinite.
(Overrides OnlineStream WriteTimeout.)
Back to Top
See Also