Contents

getKey

Gets a unique OSSymbol key associated with this object.

Declaration

virtual const OSSymbol * getKey() const;

Return Value

Returns an OSSymbol key that was generated from the name assigned to this object.

Overview

During initialization, IONetworkData will create an OSSymbol key based on its assigned name.

See Also

Miscellaneous