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

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

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