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. |