Click or drag to resize

BusConfiguration Constructor

Constructs a BusConfiguration.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public BusConfiguration(
	MessageRouter ioDevice,
	int maxNodes,
	IReadOnlyList<BusNode> nodes
)

Parameters

ioDevice
Type: Demo3D.PLC.Comms.CIP.NodesMessageRouter
The Message Router of the IO device.
maxNodes
Type: SystemInt32
The maximum number of nodes on the backplane (or -1 if unknown).
nodes
Type: System.Collections.GenericIReadOnlyListBusNode
A list of reachable modules.
See Also