USB Libraries Help > USB Host Libraries > USB Host Layer Library > Library Interface > b) Data Types and Constants > USB_HOST_EVENT_RESPONSE Enumeration
MPLAB Harmony USB Stack
USB_HOST_EVENT_RESPONSE Enumeration

Host Layer Events Handler Function Response Type. 

This is the definition of the Host Layer Event Handler Response Type.

C
typedef enum {
  USB_HOST_EVENT_RESPONSE_NONE = 0
} USB_HOST_EVENT_RESPONSE;
Members
Members 
Description 
USB_HOST_EVENT_RESPONSE_NONE = 0 
Returning this value indicates no application response to the host event 
Remarks

None.