USB Libraries Help > USB Host Libraries > USB CDC Host Library > Library Interface > d) Data Types and Constants > USB_HOST_CDC_OBJ Type
MPLAB Harmony USB Stack
USB_HOST_CDC_OBJ Type

USB Host CDC Object 

This type defines the type of the CDC Host Client Object. This type is returned by the Attach Event Handler and is used by the application to open the attached CDC Device.

C
typedef uintptr_t USB_HOST_CDC_OBJ;
Remarks

None.