USB Library
USBHostCDCInitialize Function
Syntax
bool USBHostCDCInitialize(
    uint8_t address, 
    uint32_t flags, 
    uint8_t clientDriverID
);
Description

This function is the initialization routine for this client driver. It is called by the host layer when the USB device is being enumerated.For a CDC device we need to look into CDC descriptor, interface descriptor and endpoint descriptor.

Preconditions

None

Return Values
Return Values 
Description 
TRUE 
We can support the device. 
FALSE 
We cannot support the device. 
Remarks

None

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