Class NetworkWatcherEventArgs
This class carries the event information from a Controller Found event.
Namespace: ABB.Robotics.Controllers.Discovery
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class NetworkWatcherEventArgs : ControllerEventArgs
Constructors
NetworkWatcherEventArgs()
Initializes a new instance of the NetworkWatcherEventArgs class.
Declaration
public NetworkWatcherEventArgs()
Properties
Controller
Gets the found controller.
Declaration
public ControllerInfo Controller { get; }
Property Value
Type | Description |
---|---|
ControllerInfo |
Reason
Gets the reason.
Declaration
public ChangeReasons Reason { get; }
Property Value
Type | Description |
---|---|
ChangeReasons | The reason. |