Click or drag to resize

EPATHLogicalValueSegment Constructor (EPATHLogicalType)

Constructs a wildcard segment.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public LogicalValueSegment(
	EPATHLogicalType type
)

Parameters

type
Type: Demo3D.PLC.Comms.CIPEPATHLogicalType
The logical segment type.
See Also