Click or drag to resize

ForwardOpenHandler Class

A handler for a forward open request.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIP.NodesServiceRequestHandler
    Demo3D.PLC.Comms.CIP.NodesForwardOpenHandler

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public abstract class ForwardOpenHandler : ServiceRequestHandler

The ForwardOpenHandler type exposes the following members.

Constructors
  NameDescription
Protected methodForwardOpenHandler
Constructs a ForwardOpenHandler.
Top
Properties
  NameDescription
Public propertyRequest
The forward open request parameters.
Top
Methods
  NameDescription
Public methodError
Generates an error response to the caller.
Public methodRouteRequest
Routes the request through to final target class/instance.
Public methodSuccess
Generates a success response to the caller, and creates a Connection object.
Top
See Also