Contents

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 IOUSBLowLatencyIsocCompletion structure specifies.

  • parameter:

    The parameter that the IOUSBLowLatencyIsocCompletion structure 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