2.6.4.9 USB_DEVICE_HID_EVENT_DATA_REPORT_SENT Structure

C

typedef struct {
  USB_DEVICE_HID_TRANSFER_HANDLE handle;
  size_t length;
  USB_DEVICE_HID_RESULT status;
} USB_DEVICE_HID_EVENT_DATA_REPORT_SENT;

Summary

USB Device HID Report Sent Event Data Type.

This defines the data type of the data generated to the HID event handler on a USB_DEVICE_HID_EVENT_REPORT_SENT event.

Members

Members Description
USB_DEVICE_HID_TRANSFER_HANDLE handle; Transfer handle
size_t length; Report size transmitted
USB_DEVICE_HID_RESULT status; Completion status of the transfer

Remarks

None.