Click or drag to resize

EPATHWriterLogical Method (EPATHLogicalType, EPATHLogicalValueSegmentLogicalFormat, Byte)

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,
	EPATHLogicalValueSegmentLogicalFormat format,
	params byte[] value
)

Parameters

type
Type: Demo3D.PLC.Comms.CIPEPATHLogicalType
Logical segment type.
format
Type: Demo3D.PLC.Comms.CIPEPATHLogicalValueSegmentLogicalFormat
Segment format.
value
Type: SystemByte
Segment data.

Return Value

Type: EPATHWriter
This.
See Also