GetHidDevices Method
GetHidDevices()
Get a list of all the HIDs present on this computer.
C#
public static IEnumerable<HidDevice> GetHidDevices()
Returns
System.Collections.Generic.IEnumerable<HidDevice>
An enumeration of all HIDs found on this computer. No connection to these devices has been established yet.
Exceptions
Type | Condition |
---|---|
System.PlatformNotSupportedException | Support for this operating system platform has not been added to the SDK yet. |