IOUSBIsocCompletionAction
The function that executes when the isochronous USB input/output request completes.
Declaration
typedef void (*IOUSBIsocCompletionAction)(void *target, void *parameter, IOReturn status, IOUSBIsocFrame *pFrames);Parameters
- target:
The target that the
IOUSBIsocCompletionstructure specifies. - parameter:
The parameter that the
IOUSBIsocCompletionstructure specifies. - status:
The completion status.
- pFrames:
A pointer to the frame list containing the status for each frame that transfers.
See Also
Actions
IOUSBCompletionActionIOUSBCompletionIOUSBHostBundledCompletionIOUSBHostBundledCompletionActionIOUSBHostCompletionIOUSBHostCompletionActionIOUSBHostIsochronousCompletionIOUSBHostIsochronousCompletionActionIOUSBIsocCompletionIOUSBLowLatencyIsocCompletionIOUSBLowLatencyIsocCompletionActionIOUSBCompletionActionWithTimeStampIOUSBCompletionWithTimeStamp