DeviceListGetHidDevices Method HIDSharp
Gets a list of all connected HID devices.

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

public IEnumerable<HidDevice> GetHidDevices()

Return Value

Type: IEnumerableHidDevice
The device list.
See Also

Reference