Click or drag to resize

ForwardOpenHandlerSuccess Method

Generates a success response to the caller, and creates an IConnection object.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public abstract IConnection Success(
	MessageContext context,
	ICIPNode target,
	Buffer? applicationData
)

Parameters

context
Type: Demo3D.PLC.Comms.CIP.NodesMessageContext
The forward open message context.
target
Type: Demo3D.PLC.Comms.CIP.NodesICIPNode
The target class/instance of the forward open request.
applicationData
Type: Demo3D.IOBuffer
Optional additional data to include in the success response.

Return Value

Type: IConnection
The new Connection object.
See Also