The HidDeviceInputReceiver type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsRunning | true if the receiver is running.
false if the receiver has stopped, or has not yet been started.
| |
ReportDescriptor | ||
Stream |
The stream associated with this receiver.
| |
WaitHandle |
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.
|
See Also