HIDReportRequest_GetReportType
Default mainpageat91libusbcommonhidHIDReportRequest_GetReportType
Description Source Call Graph
HIDReportRequest_GetReportType
Indicates the type of report targetted by a SET_REPORT or GET_REPORT request.
 
Syntax / parameters
unsigned char HIDReportRequest_GetReportType (const USBGenericRequest *request)

Name Type Default Description
request const USBGenericRequest *
  Pointer to a USBGenericRequest instance.
 
Return value unsigned char
  Requested report type (see "HID Report Types").
Description
Indicates the type of report targetted by a SET_REPORT or GET_REPORT request.

 
Source
The documentation for this Member was generated from the following files:
  • HIDReportRequest.c