Class DeviceManager
Manages the devices in the system.
Inheritance
System.Object
DeviceManager
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
System.IDisposable