ConfigurationDatabase Class |
Namespace: ABB.Robotics.Controllers.ConfigurationDomain
public sealed class ConfigurationDatabase : SDKBase
The ConfigurationDatabase type exposes the following members.
Name | Description | |
---|---|---|
![]() | ControllerType |
Gets the ControllerType.
(Inherited from SDKBase.) |
Name | Description | |
---|---|---|
![]() | Dispose |
Disposes the managed resources of the instance.
(Overrides SDKDisposeBaseDispose.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetDomain |
Returns the configuration domain with the specified name.
|
![]() | GetDomains |
Returns the domains of the configuration database.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() ![]() | Read |
Reads the value of a configuration parameter from the configuration database of the controller.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | Write |
Writes a value of a configuration parameter to the configuration database of the controller.
|
Controller c = new Controller();
ConfigurationDatabase cfg = c.Configuration;