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: 16.01.07
Syntax
C#
public class Reader

The EPATHReader type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyRawSegments
List of EPATH buffer pointers, and the corresponding decoded EPATH segment.
Public propertySegments
List of decoded EPATH segments.
Top
Methods
  NameDescription
Public methodAll
Return the entire remaining EPATH without applying multi-path or shortcut rules.
Top
See Also