Click or drag to resize

EPATHReader Class

Reads/interprets a raw EPATH into a set of logical paths.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPEPATHReader

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

The EPATHReader type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyMorePathsAvailable
Return true if there are more logical paths in the ePath.
Top
Methods
  NameDescription
Public methodAll
Return the entire remaining EPATH without applying multi-path or shortcut rules.
Public methodNext
Step through a multi-path EPATH returning the current logical path, or null if there are no more.
Top
See Also