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.NodesAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxbool 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
BooleanFalse if the request could not be serviced.
See Also