Click or drag to resize

EPATHEPathIterator Constructor (EPATH)

Constructs an EPATH reader.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public EPathIterator(
	EPATH ePath
)

Parameters

ePath
Type: Demo3D.PLC.Comms.CIPEPATH
The EPATH to read.
See Also