DeviceItemCreateDeviceItemInputParser Method

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

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

public DeviceItemInputParser CreateDeviceItemInputParser()

Return Value

Type: DeviceItemInputParser
The new DeviceItemInputParser.
Remarks

Pair this with a HidDeviceInputReceiver for the ReportDescriptor.
See Also

Reference