Click or drag to resize

ForwardCloseHandlerRouteRequest Method

Routes the request through to final target class/instance.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public abstract ICIPNode RouteRequest(
	MessageContext context,
	OutgoingResponseContainer response,
	IncomingRequest message
)

Parameters

context
Type: Demo3D.PLC.Comms.CIP.NodesMessageContext
The forward open message context.
response
Type: Demo3D.PLC.Comms.CIPOutgoingResponseContainer
The packet to place the response.
message
Type: Demo3D.PLC.Comms.CIPIncomingRequest
The packet containing the request.

Return Value

Type: ICIPNode
The target node.
See Also