USB Library
USBHostHIDEventHandler Function
Syntax
bool USBHostHIDEventHandler(
    uint8_t address, 
    USB_EVENT event, 
    void * data, 
    uint32_t size
);
Description

This function is the event handler for this client driver. It is called by the host layer when various events occur.

Preconditions

The device has been initialized.

Return Values
Return Values 
Description 
true 
Event was handled 
false 
Event was not handled 
Remarks

None

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