Show / Hide Table of Contents

GetHidDevices Method

GetHidDevices()

Get a list of all the HIDs present on this computer.

C#
public static IEnumerable<HidDevice> GetHidDevices()

Returns

IEnumerable<HidDevice>

An enumeration of all HIDs found on this computer. No connection to these devices has been established yet.

Exceptions

Type Condition
PlatformNotSupportedException

Support for this operating system platform has not been added to the SDK yet.

In this article
Back to top Generated by DocFX