USB Libraries Help > USB Host Libraries > USB Audio v1.0 Host Client Driver Library > Configuring the Library > USB_HOST_AUDIO_V1_ATTACH_LISTENERS_NUMBER Macro
MPLAB Harmony USB Stack
USB_HOST_AUDIO_V1_ATTACH_LISTENERS_NUMBER Macro

USB Host Audio v1.0 Attach Listeners Number 

The USB Audio v1.0 Host Client Driver provides attach notification to listeners who have registered with the client driver via the USB_HOST_AUDIO_V1_0_AttachEventHandlerSet() function. The USB_HOST_AUDIO_V1_0_ATTACH_LISTENERS_NUMBER configuration constant defines the maximum number of event handlers that can be set. This number should be set to equal the number of entities that interested in knowing when a Audio v1.0 device is attached.

C
#define USB_HOST_AUDIO_V1_ATTACH_LISTENERS_NUMBER 
Remarks

None.