Click or drag to resize

RoutableIncomingRequest Constructor

Constructs a RoutableIncomingRequest and unpacks the first logical path from the EPATH into Route.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public RoutableIncomingRequest(
	EPATH ePath,
	ServiceCode serviceCode,
	IPacketReader requestData
)

Parameters

ePath
Type: Demo3D.PLC.Comms.CIPEPATH
The request EPATH.
serviceCode
Type: Demo3D.PLC.Comms.CIPServiceCode
The request service code.
requestData
Type: Demo3D.IOIPacketReader
See Also