Click or drag to resize

BusNode Class

For our owning module, this represents one reachable node on one of the buses to which the owner is connected.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIP.NodesBusNode

Namespace: Demo3D.PLC.Comms.CIP.Nodes
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public class BusNode

The BusNode type exposes the following members.

Constructors
 NameDescription
Public methodBusNode Constructs a BusNode.
Top
Properties
 NameDescription
Public propertyPortAddress The port address of the module.
Public propertyPortNo The port number on the bus of the module.
Public propertyRouter The Message Router of the reachable module.
Top
See Also