HidDeviceInputReceiver PropertiesHIDSharp

The HidDeviceInputReceiver type exposes the following members.

Properties

  NameDescription
Public propertyIsRunning
true if the receiver is running. false if the receiver has stopped, or has not yet been started.
Public propertyReportDescriptor
Public propertyStream
The stream associated with this receiver.
Public propertyWaitHandle
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.
Top
See Also

Reference