Create Method
Create()
Creates an instance of a HidDeviceListener.
C#
public static HidDeviceListener Create()
Returns
An instance of HidDeviceListener.
Exceptions
Type | Condition |
---|---|
System.PlatformNotSupportedException | This class depends on operating system specific support being present. If this exception is being raised, the operating system or platform that you are attempting to run this does not have HID device notification support. |