Click or drag to resize

SignalState Structure

Represents the current state of a Signal.

Namespace:  ABB.Robotics.Controllers.IOSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public struct SignalState

The SignalState type exposes the following members.

Properties
  NameDescription
Public propertyGroupValue
Gets the value of the signal
Public propertyQuality
Gets the valid status of the signal
Public propertySimulated
Gets the simulated status of the signal
Public propertyValue
Gets the value of the signal
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also