Class SDKControllerBoundBase
Base class for public classes in the api that needs a connection to the contorller. Not for public use.
Inheritance
System.Object
SDKControllerBoundBase
Inherited Members
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public abstract class SDKControllerBoundBase : SDKBase, IComparable, INamedObject, IDisposable
Constructors
SDKControllerBoundBase(Controller)
Initializes a new instance of the SDKControllerBoundBase class.
Declaration
protected SDKControllerBoundBase(Controller controller)
Parameters
Type | Name | Description |
---|---|---|
Controller | controller | The controller. |
SDKControllerBoundBase(Controller, String)
Initializes a new instance of the SDKControllerBoundBase class.
Declaration
protected SDKControllerBoundBase(Controller controller, string name)
Parameters
Type | Name | Description |
---|---|---|
Controller | controller | The controller. |
System.String | name | The name. |
Properties
Controller
Returns the controller which this object belongs to
Declaration
public Controller Controller { get; }
Property Value
Type | Description |
---|---|
Controller |
Implements
System.IComparable
System.IDisposable