2.3.4.30 USB_DEVICE_AUDIO_EVENT_DATA_STATUS_SEND_COMPLETE Structure

C

typedef struct {
  USB_DEVICE_AUDIO_TRANSFER_HANDLE handle;
  USB_DEVICE_AUDIO_RESULT status;
} USB_DEVICE_AUDIO_EVENT_DATA_STATUS_SEND_COMPLETE;

Summary

USB Device Audio Function Driver Status Send Complete Event Data.

This data type defines the data structure returned by the driver along with USB_DEVICE_AUDIO_EVENT_STATUS_SEND_COMPLETE event.

Members

Members Description
USB_DEVICE_AUDIO_TRANSFER_HANDLE handle; Transfer handle associated with Status Send request
USB_DEVICE_AUDIO_RESULT status; Completion status of the transfer

Remarks

None.