Contents

removeProperty(const OSSymbol *)

Synchronized method to remove a property from a registry entry's property table.

Declaration

virtual void removeProperty(
 const OSSymbol *aKey);

Parameters

  • aKey:

    The property's name as an OSSymbol.

Overview

This method will remove a property from a registry entry's property table, using the OSDictionary::removeObject semantics. This method is synchronized with other IORegistryEntry accesses to the property table.

See Also

Miscellaneous