Click or drag to resize

IncomingRequest Class

A single incoming request.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPIncomingRequest
    Demo3D.PLC.Comms.CIPRoutableIncomingRequest

Namespace: Demo3D.PLC.Comms.CIP
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public class IncomingRequest

The IncomingRequest type exposes the following members.

Constructors
 NameDescription
Public methodIncomingRequest Constructs an IncomingRequest.
Top
Properties
 NameDescription
Public propertyRequestData The incoming request data.
Public propertyServiceCode The incoming request service code.
Top
See Also