Click or drag to resize

EPATHLogicalPath Class

A logical path.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPEPATHLogicalPath

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

The EPATHLogicalPath type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIndex
The number of segments at the start of the path to ignore (ie consumed).
Public propertyRemaining
The number of remaining segments to consume.
Public propertySegments
The list of segments in the path.
Top
Methods
  NameDescription
Public methodConsume
Return (and consume) all segments that match a set of segments.
Public methodMatches(EPATHLogicalPath, Int32)
Match two paths, ignoring any segments in either path before the current 'index', and only matching at most 'maxCompare' segments.
Public methodMatches(EPATHLogicalPath, Int32, Int32)
Matches two paths, ignoring any segments in either path before the current 'index', and only matching at most 'maxCompare' segments.
Top
See Also