Click or drag to resize

EPATHWriterLogical Method

Adds a logical segment.

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

Parameters

type  EPATHLogicalType
Logical segment type.
value  UInt32
Segment value.

Return Value

EPATHWriter
This.
See Also