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: HidSharpAssembly: HidSharp (in HidSharp.dll) Version: 2.0.0
public abstract int WriteTimeout { get; set; }
Public MustOverride Property WriteTimeout As Integer
Get
Set
public:
virtual property int WriteTimeout {
int get () abstract override;
void set (int value) abstract override;
}
override WriteTimeout : int with get, set
Property Value
Type:
Int32
Reference