Click or drag to resize
IOConnection Class
Represents a connection from from a source signal to a target signal.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudio.StationsIOConnection

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public class IOConnection

The IOConnection type exposes the following members.

Constructors
  NameDescription
Public methodIOConnection(ProjectObject, String, ProjectObject, String)
Creates a new instance of the IOConnection class.
Public methodIOConnection(ProjectObject, String, ProjectObject, String, Boolean)
Creates a new instance of the IOConnection class.
Top
Properties
  NameDescription
Public propertyAllowCycle
Returns a value indicating if the target signal is allowed to be set more than once in the same context.
Public propertyParent
Public propertySourceObject
Returns the object on which the source IOSignal can be found
Public propertySourceObjectName
Returns the name of the source object. Typically used for debugging if the object has been removed.
Public propertySourceSignal
Returns the name of the signal that acts as the connection source
Public propertyTargetObject
Returns the object on which target IOSignal can be found
Public propertyTargetObjectName
Returns the name of the target object. Typically used for debugging if the object has been removed.
Public propertyTargetSignal
Returns the name of the signal that acts as the connection target
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Public methodUpdate
Updates the target signal with the value of the source signal.
Top
Version Information

Supported in: 1.0.0.0
See Also