Click or drag to resize

EPATHWriterLogical Method (EPATHLogicalType, UInt32)

Adds a logical segment.

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

Parameters

type
Type: Demo3D.PLC.Comms.CIPEPATHLogicalType
Logical segment type.
value
Type: SystemUInt32
Segment value.

Return Value

Type: EPATHWriter
This.
See Also