DeviceItemCreateDeviceItemInputParser Method HIDSharp
Creates a DeviceItemInputParser appropriate for parsing reports for this device item.

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

public DeviceItemInputParser CreateDeviceItemInputParser()

Return Value

Type: DeviceItemInputParser
The new DeviceItemInputParser.
Remarks

Pair this with a HidDeviceInputReceiver for the ReportDescriptor.
See Also

Reference