Click or drag to resize

EPATHLogicalEDSInfoSegment Class

A logical EDS segment.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPEPATHSegment
    Demo3D.PLC.Comms.CIPEPATHLogicalSegment
      Demo3D.PLC.Comms.CIPEPATHLogicalEDSInfoSegment

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

The EPATHLogicalEDSInfoSegment type exposes the following members.

Constructors
 NameDescription
Public methodEPATHLogicalEDSInfoSegment Constructs a new EDS logical segment.
Top
Properties
 NameDescription
Public propertyCompat The compatibility bit.
Public propertyEDSInfo The EDS information.
Public propertyType The logical segment type.
(Inherited from EPATHLogicalSegment)
Top
Methods
 NameDescription
Public methodMarshal Marshal segment.
(Overrides EPATHSegmentMarshal(BufferWriter, Boolean))
Top
See Also