Click or drag to resize

EPATHLogicalEDSInfoSegment Constructor

Constructs a new EDS logical segment.

Namespace: Demo3D.PLC.Comms.CIP
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public LogicalEDSInfoSegment(
	EDSInfo edsInfo,
	bool compat
)

Parameters

edsInfo  EDSInfo
The EDS information.
compat  Boolean
Compatibility bit.
See Also