USB Library
HID_REPORT Structure
Syntax
typedef struct _HID_REPORT {
  uint16_t reportID;
  uint16_t inputBits;
  uint16_t outputBits;
  uint16_t featureBits;
} HID_REPORT;
Description

HID Report details 

This structure contains information about each report exchanged with the device.

Members
Members 
Description 
uint16_t reportID; 
Report ID of the associated report 
uint16_t inputBits; 
If input report then length of report in bits 
uint16_t outputBits; 
If output report then length of report in bits 
uint16_t featureBits; 
If feature report then length of report in bits 
MLA - USB Library Help Version : 2.16
http://www.microchip.com/mla