| Object | Index |
Overview
These are the properties associated with the acpObject base class. Additional properties can be added in derived classes.
| Properties |
| classname name |
classname (char*) A pointer to the name of the class. Objects of a derived class should initialize this property with the name of the derived class or a similar name that is unique to that class. |
name (char*) The name of the object. The user must make sure that the combination of classname and name is unique for all objects. This is necessary for reliable access to subobjects. |