Search Results for

    Show / Hide Table of Contents

    Class NetworkWatcherEventArgs

    This class carries the event information from a Controller Found event.

    Inheritance
    object
    EventArgs
    ControllerEventArgs
    NetworkWatcherEventArgs
    Inherited Members
    ControllerEventArgs.Time
    EventArgs.Empty
    Namespace: ABB.Robotics.Controllers.Discovery
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class NetworkWatcherEventArgs : ControllerEventArgs

    Constructors

    View Source

    NetworkWatcherEventArgs()

    Initializes a new instance of the NetworkWatcherEventArgs class.

    Declaration
    public NetworkWatcherEventArgs()

    Properties

    View Source

    Controller

    Gets the found controller.

    Declaration
    public ControllerInfo Controller { get; }
    Property Value
    Type Description
    ControllerInfo
    View Source

    Reason

    Gets the reason.

    Declaration
    public ChangeReasons Reason { get; }
    Property Value
    Type Description
    ChangeReasons

    The reason.

    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics