Contents

controllerWillClose

A notification that the interface will close the network controller.

Declaration

virtual void controllerWillClose(
 IONetworkController *controller);

Parameters

  • controller:

    The controller that is about to be closed.

Overview

This method will simply call super to propagate the method call. This method is called with the arbitration lock held.

See Also

Miscellaneous