IOUSBCompletionActionWithTimeStamp
Declaration
typedef void (*IOUSBCompletionActionWithTimeStamp)(void *target, void *parameter, IOReturn status, UInt32 bufferSizeRemaining, AbsoluteTime timeStamp);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.
- timeStamp:
Time at which the transaction was processed.
Discussion
Function called when USB I/O completes.