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: 19.00.00
Syntax
C#
public abstract class OutgoingResponseContainer

The OutgoingResponseContainer type exposes the following members.

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