CIPServicesServiceRequest(MessageContext, OutgoingResponseContainer, IncomingRequest) Method |
Service a request.
Namespace: Demo3D.PLC.Comms.CIP.NodesAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic virtual bool ServiceRequest(
MessageContext context,
OutgoingResponseContainer response,
IncomingRequest message
)
Parameters
- context MessageContext
- Information about the request.
- response OutgoingResponseContainer
- The packet to place the response.
- message IncomingRequest
- The packet containing the request.
Return Value
BooleanFalse if the request could not be serviced.
See Also