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

The EPATH type exposes the following members.

Constructors
 NameDescription
Public methodEPATH(Boolean) Construct an empty (padded) EPATH.
Public methodEPATH(Boolean, BufferSegment) 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
Methods
 NameDescription
Public methodParseClassAndInstance Match a single Class/InstanceId pair.
Top
See Also