Click or drag to resize

SignalChangedEventArgsNewSignalState Property

Gets the new state of the signal.

Namespace:  ABB.Robotics.Controllers.IOSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public SignalState NewSignalState { get; }

Property Value

Type: SignalState
The new value of the signal that fired the event.
See Also