HidDeviceLoader GetDevices Method HIDSharp
Gets a list of connected USB devices.

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

public IEnumerable<HidDevice> GetDevices()

Return Value

The device list.
See Also