Contents

CompleteAsyncIsochIO

Handles the completion of an asynchronous request.

Declaration

virtual void CompleteAsyncIsochIO(OSAction *action, IOReturn status);

Parameters

  • action:

    A pointer to the Osaction object of the request.

  • status:

    The result of the operation.

Discussion

Implement a custom version of this method and use the TYPE macro to let the system know that your method conforms to this prototype.

See Also

Interacting with Isochronous Endpoints