Class ConnectionChangedEventArgs
This class is the event argument from a controller connection changed event.
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class ConnectionChangedEventArgs : ControllerEventArgs
Constructors
ConnectionChangedEventArgs()
Initializes a new instance of the ConnectionChangedEventArgs class.
Declaration
public ConnectionChangedEventArgs()
Properties
Connected
Flag to signal if the controller is connected or not.
Declaration
public bool Connected { get; }
Property Value
Type | Description |
---|---|
System.Boolean |