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

Name Type Default Description
request const USBGenericRequest *
  Pointer to a USBGenericRequest instance.
 
Return value unsigned char
  Requested report ID.
Description
Indicates the ID of the report targetted by a SET_REPORT or GET_REPORT request.
This value should be 0 if report IDs are not used.
 
Source
The documentation for this Member was generated from the following files:
  • HIDReportRequest.c