DeviceListGetHidDevices Method

HIDSharp
Gets a list of all connected HID devices.

Namespace:  HidSharp
Assembly:  HidSharp (in HidSharp.dll) Version: 2.6.3
Syntax

public IEnumerable<HidDevice> GetHidDevices()

Return Value

Type: IEnumerableHidDevice
The device list.
See Also

Reference