StagePathway Enumeration |
Namespace: Demo3D.IO
public enum Pathway
| Member name | Value | Description | |
|---|---|---|---|
| Read | 0 | Identifies stages in the 'Read' (ReadFromPLC) data pathway. | |
| Write | 1 | Identifies stages in the 'Write' (WriteToPLC) data pathway. |
It's disingenuous to imply that there are only two data pathways through the code. There are lots of pathways, but it's useful at least to distinguish between outgoing data and incoming data.
You're not limited to the pathways defined in this enum. You can create any arbitary pathway, so long as it has a unique (and low valued) id.