USB Libraries Help > USB Device Libraries > USB Device Layer Library > Library Interface > g) Data Types and Constants > USB_DEVICE_TRANSFER_HANDLE Type
MPLAB Harmony USB Stack
USB_DEVICE_TRANSFER_HANDLE Type

Data type for USB Device Endpoint Data Transfer Handle. 

The data type of the handle that is returned by the USB_DEVICE_EndpointRead() and USB_DEVICE_EndpointWrite() functions.

C
typedef uintptr_t USB_DEVICE_TRANSFER_HANDLE;
Remarks

None.