HidDeviceInputReceiverWaitHandle Property HIDSharp
This will be signaled any time there is data, or when the receiver has stopped due to stream closure or device disconnect. To clear the signal, call TryRead(Byte, Int32, Report) until there is no more data. If the receiver has stopped, the signal cannot be cleared.

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

public WaitHandle WaitHandle { get; }

Property Value

Type: WaitHandle
See Also

Reference