Click or drag to resize

ICIPNodeServiceRequest Method

Try to service a request where we couldn't traverse the entire logical EPATH. Route will contain the remaining elements of the path that need to be resolved.

Namespace: Demo3D.PLC.Comms.CIP.Nodes
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
bool ServiceRequest(
	MessageContext context,
	OutgoingResponseContainer response,
	IncomingRequest message,
	EPATHLogicalPath route,
	ServiceRequestHandler handler
)

Parameters

context  MessageContext
Information about the request.
response  OutgoingResponseContainer
The packet to place the response.
message  IncomingRequest
The packet containing the request.
route  EPATHLogicalPath
The remaining request route.
handler  ServiceRequestHandler
Request data.

Return Value

Boolean
False if the request could not be serviced.
See Also