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: 15.0.2.11458
Syntax
C#
public abstract class OutgoingResponse

The OutgoingResponse type exposes the following members.

Constructors
  NameDescription
Protected methodOutgoingResponse
Initializes 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