ReportDescriptorDeviceItems Property HIDSharp
Each physical HID device exposes a number of collections corresponding to logical devices. For a simple joystick, gamepad, etc. there will typically be one DeviceItem. Dual gamepad adapters will have two. Keyboards often have one for their keys and at least one for their volume and media controls.

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

public IList<DeviceItem> DeviceItems { get; }

Property Value

Type: IListDeviceItem
See Also

Reference