Click or drag to resize

CIPServicesServiceRequest(MessageContext, OutgoingResponseContainer, IncomingRequest) Method

Service a request.

Namespace: Demo3D.PLC.Comms.CIP.Nodes
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public 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

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