USB Libraries Help > USB Host Libraries > USB Audio v1.0 Host Client Driver Library > Library Interface > d) Data Types and Constants > USB_HOST_CDC_HANDLE Type
MPLAB Harmony USB Stack
USB_HOST_CDC_HANDLE Type

USB Host CDC Client Driver Handle 

This type defines the type of the handle returned by USB_HOST_CDC_Open() function. This application uses this handle to specify the instance of the CDC client driver being accessed while calling a CDC Client driver function.

C
typedef uintptr_t USB_HOST_CDC_HANDLE;
Remarks

None.