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

USB Host CDC Client Driver Invalid Handle 

This type defines an Invalid CDC Client Driver Handle. The USB_HOST_CDC_Open() function returns an invalid handle when it fails to open the specified CDC device instance.

C
#define USB_HOST_CDC_HANDLE_INVALID ((USB_HOST_CDC_HANDLE)(-1))
Remarks

None.