IOUSBLowLatencyIsocCompletionAction
Declaration
typedef void (*IOUSBLowLatencyIsocCompletionAction)(void *target, void *parameter, IOReturn status, IOUSBLowLatencyIsocFrame *pFrames);Parameters
- target:
The target specified in the IOUSBLowLatencyIsocCompletion struct.
- parameter:
The parameter specified in the IOUSBLowLatencyIsocCompletion struct.
- status:
Completion status.
- pFrames:
Pointer to the low latency frame list containing the status for each frame transferred.
Discussion
Function called when Low Latency Isochronous USB I/O completes.