HIDP_REPORT_TYPE enumeration (hidpi.h)

The HIDP_REPORT_TYPE enumeration type is used to specify a HID report type.

Syntax

typedef enum _HIDP_REPORT_TYPE {
  HidP_Input,
  HidP_Output,
  HidP_Feature
} HIDP_REPORT_TYPE;

Constants

 
HidP_Input
Indicates an input report.
HidP_Output
Indicates an output report.
HidP_Feature
Indicates a feature report.

Requirements

Requirement Value
Header hidpi.h (include Hidpi.h)

See also