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