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: 19.00.00
Syntax
C#
public sealed class PortSegment : EPATHSegment

The EPATHPortSegment type exposes the following members.

Constructors
 NameDescription
Public methodEPATHPortSegment Construct a new Port segment wildcard.
Public methodEPATHPortSegment(PortNo, BufferSegment) Construct a new Port segment.
Top
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
Methods
 NameDescription
Public methodMarshal Marshal segment.
(Overrides EPATHSegmentMarshal(BufferWriter, Boolean))
Top
See Also