Click or drag to resize

EPATHWriter Class

Creates/builds an EPATH.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPEPATHWriter

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

The EPATHWriter type exposes the following members.

Constructors
 NameDescription
Public methodEPATHWriter(Boolean) Constructs an EPATH writer.
Public methodEPATHWriter(EPATH) Constructs an EPATH writer starting with a copy of another EPATH.
Top
Properties
 NameDescription
Public propertyEPATH The constructed EPATH.
Top
Methods
 NameDescription
Public methodAdd(IEnumerableEPATHSegment) Adds a list of segments.
Public methodAdd(EPATHLogicalPath) Adds a path.
Public methodAdd(EPATHSegment) Adds a segment.
Public methodAnsiSymbol Adds an ANSI symbol segment.
Public methodAttribute Adds an attribute logical segment.
Public methodClass Adds a class logical segment.
Public methodEDSInfo Adds an EDS segment.
Public methodInstance Adds an instance logical segment.
Public methodLogical Adds a logical segment.
Public methodMember Adds a member logical segment.
Public methodPort(EPATHPortSegment) Adds a port segment.
Public methodPort(PortNo, BufferSegment) Adds a port segment.
Public methodPort(PortNo, Byte) Adds a port segment.
Public methodPort(PortNo, UInt32) Adds a single byte numerical port segment.
Public methodSimpleData(Buffer) Adds a simple data segment.
Public methodSimpleData(Byte) Adds a simple data segment.
Top
See Also