Click or drag to resize

EPATHLogicalEDSInfoSegment Constructor

Constructs a new EDS logical segment.

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

Parameters

edsInfo
Type: Demo3D.PLC.Comms.CPFEDSInfo
The EDS information.
compat
Type: SystemBoolean
Compatibility bit.
See Also