ItemType EnumerationHIDSharp
Describes the manner in which an item affects the descriptor.

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

public enum ItemType
Members

  Member nameValueDescription
Main0 Main items determine the report being described. For example, a main item switches between Input and Output reports.
Global1 Global items affect all reports later in the descriptor.
Local2 Local items only affect the current report.
Reserved3 Long items use this type.
See Also

Reference