Click or drag to resize

EPATH Class

EPATH aka IOI (Internal Object Identifier).
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPEPATH

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

The EPATH type exposes the following members.

Constructors
  NameDescription
Public methodEPATH(Boolean)
Construct an empty (padded) EPATH.
Public methodEPATH(Boolean, Buffer)
Construct a new (padded) EPATH from a buffer.
Top
Properties
  NameDescription
Public propertyBuffer
The raw data.
Public propertyLengthBytes
Length of EPATH data in bytes.
Public propertyLengthWords
Length of EPATH data in words.
Top
See Also