DeviceListGetAllDevices Method (DeviceFilter)

HIDSharp
Gets a list of connected devices, filtered by some criteria.

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

public IEnumerable<Device> GetAllDevices(
	DeviceFilter filter
)

Parameters

filter
Type: HidSharpDeviceFilter
The filter criteria.

Return Value

Type: IEnumerableDevice
The filtered device list.
See Also

Reference