2.6.4.12 USB_DEVICE_HID_EVENT_DATA_SET_PROTOCOL Structure

C

typedef struct {
  USB_HID_PROTOCOL_CODE protocolCode;
} USB_DEVICE_HID_EVENT_DATA_SET_PROTOCOL;

Summary

USB Device HID Set Protocol Event Data

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

Members

Members Description
USB_HID_PROTOCOL_CODE protocolCode; The protocol code

Remarks

None.