Contents

handleClientClose

Handles a client close on the interface.

Declaration

virtual void handleClientClose(
 IOService *client, 
 IOOptionBitsoptions );

Parameters

  • client:

    The client object requesting the close.

  • options:

    Options same options passed to handleClose().

Overview

This method is called by handleClose() to allow a subclass to handle a client close. The arbitration lock is held.

See Also

Miscellaneous