Click or drag to resize

IncomingRequest Class

A single incoming request.
Inheritance Hierarchy

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
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