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: 15.0.2.11458
Syntax
C#
bool ServiceRequest(
	MessageContext context,
	OutgoingResponseContainer response,
	IncomingRequest message,
	EPATHLogicalPath route,
	ServiceRequestHandler handler
)

Parameters

context
Type: Demo3D.PLC.Comms.CIP.NodesMessageContext
Information about the request.
response
Type: Demo3D.PLC.Comms.CIPOutgoingResponseContainer
The packet to place the response.
message
Type: Demo3D.PLC.Comms.CIPIncomingRequest
The packet containing the request.
route
Type: Demo3D.PLC.Comms.CIPEPATHLogicalPath
The remaining request route.
handler
Type: Demo3D.PLC.Comms.CIP.NodesServiceRequestHandler
Request data.

Return Value

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