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

USB Host CDC Client Driver Request Handle 

This is returned by the CDC Client driver command routines and should be used by the application to track the command especially in cases where transfers are queued.

C
typedef uintptr_t USB_HOST_CDC_REQUEST_HANDLE;
Remarks

None.