Contents

IOUSBIsocCompletionAction

Declaration

typedef void (*IOUSBIsocCompletionAction)(void *target, void *parameter, IOReturn status, IOUSBIsocFrame *pFrames);

Parameters

  • target:

    The target specified in the IOUSBIsocCompletionn struct.

  • parameter:

    The parameter specified in the IOUSBIsocCompletion struct.

  • status:

    Completion status.

  • pFrames:

    Pointer to the frame list containing the status for each frame transferred.

Discussion

Function called when Isochronous USB I/O completes.

See Also

Callbacks