USB Library
USB_APPLICATION_EVENT_HANDLER Function
Syntax
bool USB_APPLICATION_EVENT_HANDLER(
    uint8_t address, 
    USB_EVENT event, 
    void * pdata, 
    uint16_t size
);
Description

This function is called whenever the USB stack wants to notify the user of an event. This function should be implemented by the user. 

Example Usage:

Preconditions

None

Returns

None

Remarks

None

MLA - USB Library Help Version : 2.16
http://www.microchip.com/mla