Contents

handleClose

Overrideable method to control the open / close behaviour of an IOService.

Declaration

virtual void handleClose(
 IOService *forClient, 
 IOOptionBitsoptions );

Parameters

  • forClient:

    Designates the client of the provider requesting the close.

  • options:

    Options for the close, may be interpreted by the implementor of handleOpen.

Overview

See IOService for discussion.

See Also

Miscellaneous