ReportDescriptorParserParse Method (IEnumerableEncodedItem)HIDSharp
Parses all of the EncodedItem elements in a report descriptor.

Namespace: HidSharp.ReportDescriptors.Parser
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0-alpha
Syntax

public void Parse(
	IEnumerable<EncodedItem> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableEncodedItem
The items to parse.
See Also

Reference