ItemType Enumeration

HidSharp

ItemType Enumeration HIDSharp
Describes the manner in which an item affects the descriptor.

Namespace: HidSharp.ReportDescriptors
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

public enum ItemType
public enum ItemType
Public Enumeration ItemType
Public Enumeration ItemType
public enum class ItemType
public enum class ItemType
type ItemType
type 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