HidDeviceEventArgs Constructor
HidDeviceEventArgs(IHidDevice)
Constructs a new instance of the HidDeviceEventArgs class.
C#
public HidDeviceEventArgs(IHidDevice device)
Parameters
Type | Name | Description |
---|---|---|
IHidDevice | device | The HID device that is originating this event. |