ucom Interface to a objects configuration.
More...
ucom Interface to a objects configuration.
Definition at line 22 of file configuration_intf.h.
◆ AttachConfiguration()
Attaches the given configuration and its properties as property tree item of this.
- Parameters
-
[in] | strName | name of the tree item. |
[in] | oAttachedConfiguration | configuration which properties are attached. |
- Returns
- Standard Result Code
◆ DetachConfiguration()
virtual tResult DetachConfiguration |
( |
const char * |
strName | ) |
|
|
pure virtual |
Detaches a configuration with the specified name.
- Parameters
-
[in] | strName | name of the tree item. |
- Returns
- Standard Result Code
- Return values
-
ERR_NOT_FOUND | The tree item with strName was not found. |
◆ GetProperties() [1/2]
◆ GetProperties() [2/2]
Gets the properties with read/write access.
- Parameters
-
[in,out] | pProperties | object_ptr to to the objects properties. |
- Returns
- Standard Result Code