Click or drag to resize
InformationStreamSubscriptionStatus Enumeration
Specifies the result of a subscription to an Information Stream Channel such as an I/O signal. Some of the values are only relevant for specific channel types, some are common.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public enum InformationStreamSubscriptionStatus
Members
  Member nameValueDescription
Undefined0 Undefined status.
Succeeded1 Subscription succeeded.
InvalidIOSignalName2 The I/O signal does not exist.
InvalidIOSignalType3 The I/O signal is of a different type than expected.
MaximumNumberOfSubscriptionsExceeded4 The maximum numver of subscriptions has been reached.
Remarks
Currently only I/O signals are supported.
Version Information

Supported in: 1.0.0.0
See Also