Contents

IOUSBCompletionAction

Declaration

typedef void (*IOUSBCompletionAction)(void *target, void *parameter, IOReturn status, UInt32 bufferSizeRemaining);

Parameters

  • target:

    The target specified in the IOUSBCompletion struct.

  • parameter:

    The parameter specified in the IOUSBCompletion struct.

  • status:

    Completion status.

  • bufferSizeRemaining:

    Bytes left to be transferred.

Discussion

Function called when USB I/O completes.

See Also

Callbacks