Click or drag to resize

EPATHReader Constructor

Constructs an EPATH reader.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public Reader(
	EPATH ePath,
	IDataLocationProvider? location = null
)

Parameters

ePath
Type: Demo3D.PLC.Comms.CIPEPATH
The EPATH to read.
location (Optional)
Type: Demo3D.CommonIDataLocationProvider
The source location of the EPATH for error reporting (or null).
See Also