Click or drag to resize

IOEntryInfo Constructor

Constructs an IOEntryInfo.

Namespace:  Demo3D.PLC.Rockwell.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public IOEntryInfo(
	IOEntry ioEntry,
	IOEntry deviceEntry,
	IOEntry moduleEntry
)

Parameters

ioEntry
Type: Demo3D.PLC.Rockwell.Comms.CIPIOEntry
The IOEntry for the top level EIP module.
deviceEntry
Type: Demo3D.PLC.Rockwell.Comms.CIPIOEntry
The IOEntry for the device.
moduleEntry
Type: Demo3D.PLC.Rockwell.Comms.CIPIOEntry
The IOEntry for the module.
See Also