3.4.4.27 USB_HOST_CDC_TRANSFER_HANDLE Type
C
typedef uintptr_t USB_HOST_CDC_TRANSFER_HANDLE;
Summary
USB Host CDC Client Driver Transfer Handle
This is returned by the CDC Client driver data transfer routines and should be used by the application to track the transfer especially in cases where transfers are queued.
Remarks
None.