DeviceStreamReadTimeout Property HIDSharp
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.

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

public abstract int ReadTimeout { get; set; }

Property Value

Type: Int32
See Also

Reference