Click or drag to resize

StagePathway Enumeration

Standard data pathways.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public enum Pathway
Members
  Member nameValueDescription
Read0 Identifies stages in the 'Read' (ReadFromPLC) data pathway.
Write1 Identifies stages in the 'Write' (WriteToPLC) data pathway.
Remarks

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.

See Also