Click or drag to resize

IOEntryInfo Constructor

Constructs an IOEntryInfo.

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

Parameters

ioEntry  IOEntry
The IOEntry for the top level EIP module.
deviceEntry  IOEntry
The IOEntry for the device.
moduleEntry  IOEntry
The IOEntry for the module.
See Also