Click or drag to resize
IHasIOSignals Interface
Represents an object that has a collection of IOSignal objects.

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

The IHasIOSignals type exposes the following members.

Properties
  NameDescription
Public propertyIOSignals
Gets an IOSignalCollection that represents all the I/O signals on this object.
Top
Events
  NameDescription
Public eventIOSignalChanged
Raised when any property except Value changes on one of the signals in the IOSignals collection.
Public eventIOSignalValueChanged
Raised when the Value property changes on one of the signals in the IOSignals collection
Top
Version Information

Supported in: 1.0.0.0
See Also