USB Library
USBHostCDCEventHandler Function
Syntax
bool USBHostCDCEventHandler(
    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