Click or drag to resize

IncomingRequestContainer Class

An incoming packet containing message router requests. Implements a method (an enumerator) that returns requests to the caller.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPIncomingRequestContainer

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

The IncomingRequestContainer type exposes the following members.

Constructors
  NameDescription
Protected methodIncomingRequestContainer
Initializes a new instance of the IncomingRequestContainer class
Top
Methods
  NameDescription
Public methodGetNextRequest
Gets the next message from the packet.
Top
See Also