Contents

getProperty(const OSString *)

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

Declaration

virtual OSObject * getProperty(
 const OSString *aKey) const;

Parameters

  • aKey:

    The property's name as an OSString.

Return Value

The property value found, or zero.

Overview

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

See Also

Miscellaneous