Search Results for

    Show / Hide Table of Contents

    Class SystemRobotWare

    Describes the currently running RobotWare.

    Inheritance
    System.Object
    NamedObject
    RobotWare
    SystemRobotWare
    Implements
    INamedObject
    System.IComparable
    Inherited Members
    RobotWare.Equals(RobotWare)
    RobotWare.Equals(Object)
    RobotWare.GetHashCode()
    RobotWare.Options
    RobotWare.Version
    NamedObject.Equals(String)
    NamedObject.Equals(NamedObject)
    NamedObject.CompareTo(String)
    NamedObject.CompareTo(NamedObject)
    NamedObject.CompareTo(Object)
    NamedObject.ToString()
    NamedObject.Name
    Namespace: ABB.Robotics.Controllers
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class SystemRobotWare : RobotWare, INamedObject, IComparable

    Constructors

    SystemRobotWare(RobotWare, RobotWare[])

    Initializes a new instance of the SystemRobotWare class.

    Declaration
    public SystemRobotWare(RobotWare info, RobotWare[] installedSystems)
    Parameters
    Type Name Description
    RobotWare info

    The info.

    RobotWare[] installedSystems

    The installed systems.

    Properties

    InstalledSystems

    Gets the currently installed systems of the controller.

    Declaration
    public RobotWareCollection InstalledSystems { get; }
    Property Value
    Type Description
    RobotWareCollection

    Implements

    INamedObject
    System.IComparable
    In This Article
    Back to top Copyright © 2024 ABB