USB Libraries Help > USB Device Libraries > USB CDC Device Library > Library Interface > b) Data Types and Constants > USB_DEVICE_CDC_TRANSFER_HANDLE Type
MPLAB Harmony USB Stack
USB_DEVICE_CDC_TRANSFER_HANDLE Type

USB Device CDC Function Driver Transfer Handle Definition 

This definition defines a USB Device CDC Function Driver Transfer Handle. A Transfer Handle is owned by the application but its value is modified by the USB_DEVICE_CDC_Write, USB_DEVICE_CDC_Read and the USB_DEVICE_CDC_SerialStateNotificationSend functions. The transfer handle is valid for the life time of the transfer and expires when the transfer related event had occurred.

C
typedef uintptr_t USB_DEVICE_CDC_TRANSFER_HANDLE;
Remarks

None.