USB Libraries Help > USB Host Libraries > USB Host Layer Library > Library Interface > b) Data Types and Constants > USB_HOST_REQUEST_HANDLE Type
MPLAB Harmony USB Stack
USB_HOST_REQUEST_HANDLE Type

USB Host Request Handle Type 

This type defines the USB Host Request Handle. This type of handle is returned by the USB_HOST_DeviceStringDescriptorGet() function. Each request will generate a unique handle. This handle will be returned in the event associated with the completion of the string descriptor request.

C
typedef uintptr_t USB_HOST_REQUEST_HANDLE;
Remarks

None.