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

This function intializes the address of the attached CDC device. Once the device is enumerated without any errors, the CDC client call this function. For all the transfer requesets this address is used to indentify the CDC device.

Preconditions

The device has been enumerated without any errors.

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