Contents

IOUSBCompletionActionWithTimeStamp

The function that executes when the USB input/output request completes.

Declaration

typedef void (*IOUSBCompletionActionWithTimeStamp)(void *target, void *parameter, IOReturn status, UInt32 bufferSizeRemaining, AbsoluteTime timeStamp);

Parameters

  • target:

    The target that the IOUSBCompletion structure specifies.

  • parameter:

    The parameter that the IOUSBCompletion structure specifies.

  • status:

    The completion status.

  • bufferSizeRemaining:

    The bytes remaining to transfer.

  • timeStamp:

    The time that the system processed the transaction.

See Also

Actions