Contents

handleClose

Handles a client close.

Declaration

virtual void handleClose(
 IOService *client,
 IOOptionBitsoptions);

Parameters

  • client:

    The client that is closing the controller.

  • options:

    Not used. See IOService.

Overview

This method handles a close from one of the client objects. IOService calls this method with the arbitration lock held. Subclasses should not override this method.

See Also

Miscellaneous