Click or drag to resize

EPATHWriter Constructor (EPATH)

Constructs an EPATH writer starting with a copy of another EPATH.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public Writer(
	EPATH epath
)

Parameters

epath
Type: Demo3D.PLC.Comms.CIPEPATH
EPATH to copy.
See Also