Click or drag to resize

IDPINode Interface

Represents a position in the node network.

Namespace:  Demo3D.PLC.Rockwell.Comms.DPI.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public interface IDPINode

The IDPINode type exposes the following members.

Properties
  NameDescription
Public propertyClassId
Class id.
Public propertyInstanceId
Instance id.
Public propertyLastNode
Returns the linked node with with maximum class/instance id.
Public propertyNumNodes
Returns the number of linked nodes.
Public propertyObject
The node implementation.
Public propertyParent
Parent node (or null).
Public propertyRouter
The DPI router instance.
Top
Methods
  NameDescription
Public methodAddLink
Add linked object.
Public methodAllNodes
Returns all linked nodes (sorted by class/instance id).
Public methodGetOrAddServices
Get or add a DPI services provider.
Public methodInitialize
Start initialization, initializing this node and all descendant nodes.
Public methodRemoveAllLinks
Remove all removable links.
Public methodRemoveLink
Remove linked node.
Public methodSetInstance
Set the node id.
Top
Extension Methods
See Also