IOUSBLowLatencyIsocCompletionAction
The function that excutes when the low-latency isochronous USB input/output request completes.
Declaration
typedef void (*IOUSBLowLatencyIsocCompletionAction)(void *target, void *parameter, IOReturn status, IOUSBLowLatencyIsocFrame *pFrames);Parameters
- target:
The target that the
IOUSBLowLatencyIsocCompletionstructure specifies. - parameter:
The parameter that the
IOUSBLowLatencyIsocCompletionstructure specifies. - status:
The completion status.
- pFrames:
A pointer to the low latency frame list containing the status for each frame that transfers.
See Also
Actions
IOUSBCompletionActionIOUSBCompletionIOUSBHostBundledCompletionIOUSBHostBundledCompletionActionIOUSBHostCompletionIOUSBHostCompletionActionIOUSBHostIsochronousCompletionIOUSBHostIsochronousCompletionActionIOUSBIsocCompletionIOUSBIsocCompletionActionIOUSBLowLatencyIsocCompletionIOUSBCompletionActionWithTimeStampIOUSBCompletionWithTimeStamp