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_OBJ Type
MPLAB Harmony USB Stack
USB_HOST_AUDIO_V1_OBJ Type

USB Host Audio v1.0 Object 

This data type defines the type of the Audio Host client object. This type is returned by the client driver attach event handler and is used by the application to open the attached Audio v1.0 Device.

C
typedef uintptr_t USB_HOST_AUDIO_V1_OBJ;
Remarks

None.