Contents

getController

Gets the IONetworkController object that created this interface.

Declaration

virtual IONetworkController * getController(
 void ) const;

Return Value

Returns the parent IONetworkController object.

Overview

The controller object passed to init() will be retained until the interface closes the controller. Subclasses can safely call this method before the controller is closed.

See Also

Miscellaneous