Click or drag to resize

ForwardOpenHandler Class

A handler for a forward open request.
Inheritance Hierarchy

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
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 an IConnection object.
Top
See Also