Click or drag to resize

EPATHReader Class

Reads/decodes an EPATH into a raw list of segments.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPEPATHReader

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public static class Reader

The EPATHReader type exposes the following members.

Methods
  NameDescription
Public methodStatic memberReadLogicalPath
Return the entire remaining EPATH without applying multi-path or shortcut rules.
Public methodStatic memberReadSegmentBuffers
Reads/decodes an EPATH into a raw list of segments.
Public methodStatic memberReadSegments
Reads/decodes an EPATH into a list of segments.
Top
See Also