BusConfiguration Constructor |
Constructs a BusConfiguration.
Namespace:
Demo3D.PLC.Comms.CIP.Nodes
Assembly:
PLC (in PLC.dll) Version: 18.03.00
Syntaxpublic 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