Click or drag to resize

BusNode Constructor

Constructs a BusNode.

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

Parameters

router  MessageRouter
The Message Router of the reachable module.
portNo  PortNo
The port number on the bus of the reachable module.
portAddress  PortAddress
The port address of the reachable module.
See Also