USB Libraries Help > USB Device Libraries > USB Audio 1.0 Device Library > Configuring the Library > USB_DEVICE_AUDIO_TRANSFER_ABORT_NOTIFY Macro
MPLAB Harmony USB Stack
USB_DEVICE_AUDIO_TRANSFER_ABORT_NOTIFY Macro

USB Audio Transfer abort notification 

This macro enabled USB Audio Transfer abort notifications. Whenever a scheduled transfer request is aborted due to Device Unplug or Host resets the device, the transfer complete event with status as aborted would be send to application's event handler.

C
#define USB_DEVICE_AUDIO_TRANSFER_ABORT_NOTIFY 
Remarks

None.