Click or drag to resize

EPATHLogicalValueSegment Class

A logical value segment.
Inheritance Hierarchy

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public 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
See Also