Click or drag to resize

MessageRouter Constructor

Constructs a MessageRouter.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
protected MessageRouter(
	IOModule ioEntry
)

Parameters

ioEntry
Type: Demo3D.PLC.Comms.CIPIOModule
The IO entry for this device/module.
See Also