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

The IncomingRequestContainer type exposes the following members.

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