Click or drag to resize

BusNode Constructor

Constructs a BufNode.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public BusNode(
	MessageRouter router,
	ushort portNo,
	PortAddress portAddress
)

Parameters

router
Type: Demo3D.PLC.Comms.CIP.NodesMessageRouter
The Message Router of the bus module.
portNo
Type: SystemUInt16
The port number on the bus of the module.
portAddress
Type: Demo3D.PLC.Comms.CIP.NodesPortAddress
The port address of the module.
See Also