Click or drag to resize

OutgoingResponse Class

A single outgoing message router response.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPOutgoingResponse

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

The OutgoingResponse type exposes the following members.

Constructors
 NameDescription
Protected methodOutgoingResponseInitializes a new instance of the OutgoingResponse class
Top
Methods
 NameDescription
Public methodAddErrorCode Adds an error code to the message.
Public methodAddMessageData Add data to the message.
Top
See Also