Click or drag to resize

EPATH Constructor (Boolean, Buffer)

Construct a new (padded) EPATH from a buffer.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public EPATH(
	bool padded,
	Buffer buffer
)

Parameters

padded
Type: SystemBoolean
True if the path is padded.
buffer
Type: Demo3D.IOBuffer
Data buffer containing EPATH data.
See Also