Enum ControllerFactoryProperty
Enumerator to control what property the factory uses to create Controller instance.
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public enum ControllerFactoryProperty
Fields
Name | Description |
---|---|
IPAddress | The IP Address of the controller is used to create Controller instance. |
SystemId | The System ID of the system is used to create the controller. |