Contents

removeNetworkData(const OSSymbol *)

Removes an IONetworkData object from the interface.

Declaration

virtual bool removeNetworkData(
 const OSSymbol *aKey );

Parameters

  • aKey:

    An OSSymbol identifying the object to be removed.

Return Value

Returns true if the object was found and removed, false otherwise.

Overview

This method removes an IONetworkData object from the collection managed by the interface. The object removed is released.

See Also

Miscellaneous