Contents

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

  • parameter:

    The parameter that the IOUSBIsocCompletion structure specifies.

  • status:

    The completion status.

  • pFrames:

    A pointer to the frame list containing the status for each frame that transfers.

See Also

Actions