Click or drag to resize

EPATHReaderRawSegments Property

List of EPATH buffer pointers, and the corresponding decoded EPATH segment.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public IReadOnlyList<(BufferSegment , EPATHSegment )> RawSegments { get; }

Property Value

Type: IReadOnlyListValueTupleBufferSegment, EPATHSegment
See Also