EPATHEPathIterator Class |
Namespace: Demo3D.PLC.Comms.CIP
public sealed class EPathIterator : IEnumerator, IDisposable, IEnumerable
The EPATHEPathIterator type exposes the following members.
| Name | Description | |
|---|---|---|
| EPATHEPathIterator(EPATH) |
Constructs an EPATH reader.
| |
| EPATHEPathIterator(IEnumerableEPATHSegment) |
Constructs an EPATH reader.
| |
| EPATHEPathIterator(IEnumeratorEPATHSegment) |
Constructs an EPATH reader.
|
| Name | Description | |
|---|---|---|
| MoveNext |
Step through a multi-path EPATH.
| |
| Next |
Step through a multi-path EPATH returning the current logical path, or null if there are no more.
|