DeviceStreamWriteTimeout Property HIDSharp
The maximum amount of time, in milliseconds, to wait for the device to receive the 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 WriteTimeout { get; set; }

Property Value

Type: Int32
See Also

Reference