Click or drag to resize

EPATHLogicalValueSegment Class

A logical value segment.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPEPATHSegment
    Demo3D.PLC.Comms.CIPEPATHLogicalSegment
      Demo3D.PLC.Comms.CIPEPATHLogicalValueSegment

Namespace: Demo3D.PLC.Comms.CIP
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public sealed class LogicalValueSegment : EPATHLogicalSegment

The EPATHLogicalValueSegment type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyFormat The segment format.
Public propertyIsWildcard True if this is a wildcard segment.
Public propertyType The logical segment type.
(Inherited from EPATHLogicalSegment)
Public propertyValue The value.
Top
Methods
 NameDescription
Public methodMarshal Marshal segment.
(Overrides EPATHSegmentMarshal(BufferWriter, Boolean))
Top
See Also