Click or drag to resize

EPATHReaderReadSegments Method

Reads/decodes an EPATH into a list of segments.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public static IEnumerable<EPATHSegment> ReadSegments(
	EPATH ePath
)

Parameters

ePath
Type: Demo3D.PLC.Comms.CIPEPATH

[Missing <param name="ePath"/> documentation for "M:Demo3D.PLC.Comms.CIP.EPATH.Reader.ReadSegments(Demo3D.PLC.Comms.CIP.EPATH)"]

Return Value

Type: IEnumerableEPATHSegment

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CIP.EPATH.Reader.ReadSegments(Demo3D.PLC.Comms.CIP.EPATH)"]

See Also