Click or drag to resize

OutgoingResponseContainer Class

An encapsulation packet that can contain message router format responses. Essentially implements a method AddMessage for adding message router format messages to a packet.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPOutgoingResponseContainer

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

The OutgoingResponseContainer type exposes the following members.

Constructors
  NameDescription
Protected methodOutgoingResponseContainer
Initializes a new instance of the OutgoingResponseContainer class
Top
Methods
  NameDescription
Public methodAddMessage
Adds a new response to the message container.
Top
See Also