Click or drag to resize

EPATHLogicalValueSegment(EPATHLogicalType, EPATHLogicalValueSegmentLogicalFormat, UInt32) Constructor

Constructs a new logical segment.

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

Parameters

type  EPATHLogicalType
The logical segment type.
format  EPATHLogicalValueSegmentLogicalFormat
The segment format.
value  UInt32
The value.
See Also