Click or drag to resize

BusNode Class

Represents a module on a bus.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIP.NodesBusNode

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

The BusNode type exposes the following members.

Constructors
  NameDescription
Public methodBusNode
Constructs a BufNode.
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 bus module.
Top
See Also