HidStream ReadTimeout Property HIDSharp
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.

Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax

public override sealed int ReadTimeout { get; set; }
See Also