Click or drag to resize

EPATHPortSegment Class

A Port segment.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPEPATHSegment
    Demo3D.PLC.Comms.CIPEPATHPortSegment

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

The EPATHPortSegment type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAddress
The port address.
Public propertyPort
The port number (or uint.MaxValue for wildcard port).
Public propertyValue
The address as a value for numerical addresses (or uint.MaxValue).
Public propertyWildCard
True if this is the wildcard port segment.
Top
See Also