Search Results for

    Show / Hide Table of Contents

    Class SDKControllerBoundBase

    Base class for public classes in the api that needs a connection to the contorller. Not for public use.

    Inheritance
    System.Object
    NamedObject
    SDKBase
    SDKControllerBoundBase
    BackupManager
    Attribute
    ConfigurationDatabase
    Domain
    Instance
    Type
    EventLog
    EventLogCategory
    EventLogMessage
    FileSystem
    Bus
    IOSystem
    Signal
    Unit
    MechanicalUnit
    MechanicalUnitRapidData
    MotionSystem
    Module
    Rapid
    RapidData
    Routine
    Task
    UIInstruction
    RemoteLogin
    UserAuthorizationSystem
    Implements
    System.IComparable
    INamedObject
    System.IDisposable
    Inherited Members
    SDKBase.Dispose()
    SDKBase.Dispose(Boolean)
    NamedObject.Equals(String)
    NamedObject.Equals(NamedObject)
    NamedObject.Equals(Object)
    NamedObject.CompareTo(String)
    NamedObject.CompareTo(NamedObject)
    NamedObject.CompareTo(Object)
    NamedObject.GetHashCode()
    NamedObject.ToString()
    NamedObject.Name
    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
    INamedObject
    System.IDisposable
    In This Article
    Back to top Copyright © 2024 ABB