Click or drag to resize

ForwardCloseRequest Constructor

Constructs a ForwardClose request.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public ForwardCloseRequest(
	ConnectionKey key,
	EPATHLogicalPath route
)

Parameters

key
Type: Demo3D.PLC.Comms.CIPConnectionKey

[Missing <param name="key"/> documentation for "M:Demo3D.PLC.Comms.CIP.ForwardCloseRequest.#ctor(Demo3D.PLC.Comms.CIP.ConnectionKey,Demo3D.PLC.Comms.CIP.EPATH.LogicalPath)"]

route
Type: Demo3D.PLC.Comms.CIPEPATHLogicalPath

[Missing <param name="route"/> documentation for "M:Demo3D.PLC.Comms.CIP.ForwardCloseRequest.#ctor(Demo3D.PLC.Comms.CIP.ConnectionKey,Demo3D.PLC.Comms.CIP.EPATH.LogicalPath)"]

See Also