Click or drag to resize

EPATHLogicalValueSegment(EPATHLogicalType, UInt32) Constructor

Construct a new logical segment.

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

Parameters

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