Contents

removeNetworkData(const char *)

Removes an IONetworkData object from the interface.

Declaration

virtual bool removeNetworkData(
 const char *aKey );

Parameters

  • aKey:

    A C-string 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