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

USB Host Device Object Handle 

This data type defines the type of handle to an attached USB Device. This handle uniquely identifies the attached device. A handle of this type is returned in the deviceObjHandle member of the USB_HOST_DEVICE_INFO structure when the USB_HOST_DeviceGetFirst() and the USB_HOST_DeviceGetNext() functions are called.

C
typedef uintptr_t USB_HOST_DEVICE_OBJ_HANDLE;
Remarks

None.