FilteredDeviceListGetAllDevices Method HIDSharp
Gets a list of all connected HID and serial devices.

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

public override IEnumerable<Device> GetAllDevices()

Return Value

Type: IEnumerableDevice
The device list.
See Also

Reference