Search Results for

    Show / Hide Table of Contents

    Interface IDeviceNode

    Defines the interface of a device node.

    Namespace: ABB.Robotics.Controllers
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public interface IDeviceNode

    Methods

    GetChildren()

    Gets all nodes from a device.

    Declaration
    IEnumerable<IDeviceNode> GetChildren()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IDeviceNode>

    The device nodes.

    In This Article
    Back to top Copyright © 2025 ABB