USB Libraries Help > USB Host Libraries > USB Audio v1.0 Host Client Driver Library > Library Interface > d) Data Types and Constants > USB_HOST_AUDIO_V1_REQUEST_HANDLE Type
MPLAB Harmony USB Stack
USB_HOST_AUDIO_V1_REQUEST_HANDLE Type

USB Host Audio v1.0 Client Driver Request Handle 

This handle is returned by the Audio v1.0 Host client driver entity control functions and audio stream control request functions. Applications should use this handle to track a request.

C
typedef uintptr_t USB_HOST_AUDIO_V1_REQUEST_HANDLE;
Remarks

None.