Click or drag to resize

EPATHLogicalValueSegment Constructor (EPATHLogicalType, EPATHLogicalValueSegmentLogicalFormat, UInt32)

Constructs a new logical segment.

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

Parameters

type
Type: Demo3D.PLC.Comms.CIPEPATHLogicalType
The logical segment type.
format
Type: Demo3D.PLC.Comms.CIPEPATHLogicalValueSegmentLogicalFormat
The segment format.
value
Type: SystemUInt32
The value.
See Also