Search Results for

    Show / Hide Table of Contents

    Class DeviceManager

    Manages the devices in the system.

    Inheritance
    System.Object
    DeviceManager
    Implements
    IDeviceManager
    System.IDisposable
    IDeviceNode
    Namespace: ABB.Robotics.Controllers
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class DeviceManager : IDeviceManager, IDisposable, IDeviceNode

    Constructors

    DeviceManager(IController)

    Initializes a new DeviceManager object.

    Declaration
    public DeviceManager(IController controller)
    Parameters
    Type Name Description
    IController controller

    The controller.

    Methods

    Dispose()

    Disposes this object.

    Declaration
    public void Dispose()

    GetChildren()

    Gets the children of the root device node.

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

    The children.

    Implements

    IDeviceManager
    System.IDisposable
    IDeviceNode
    In This Article
    Back to top Copyright © 2025 ABB