Click or drag to resize

RoutableIncomingRequest Class

A single message router request extracted from a packet (which possibly contains many message router requests).
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPIncomingRequest
    Demo3D.PLC.Comms.CIPRoutableIncomingRequest

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

The RoutableIncomingRequest type exposes the following members.

Constructors
  NameDescription
Public methodRoutableIncomingRequest
Constructs a RoutableIncomingRequest and unpacks the first logical path from the EPATH into Route.
Top
Properties
  NameDescription
Public propertyMoreRoutesAvailable
Return true if more routes available in the message EPATH.
Public propertyRequestData
The incoming request data.
(Inherited from IncomingRequest.)
Public propertyRoute
The current EPATH logical path.
Public propertyServiceCode
The incoming request service code.
(Inherited from IncomingRequest.)
Top
Methods
  NameDescription
Public methodNextRoute
Advances to next logical path in the EPATH.
Top
See Also