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_CONTROL_ENTITY_OBJ Type
MPLAB Harmony USB Stack
USB_HOST_AUDIO_V1_CONTROL_ENTITY_OBJ Type

USB Host Audio v1.0 Control Entity Object 

This data type defines the type of the object returned by the USB_HOST_AUDIO_V1_ControlEntityGetFirst or USB_HOST_AUDIO_V1_ControlEntityGetNext functions. This application uses this object to get more information about that audio control entity.

C
typedef uintptr_t USB_HOST_AUDIO_V1_CONTROL_ENTITY_OBJ;
Remarks

None.