Click or drag to resize

CIPServicesServiceRequest Method (MessageContext, OutgoingResponseContainer, IncomingRequest)

Service a request.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public virtual bool ServiceRequest(
	MessageContext context,
	OutgoingResponseContainer response,
	IncomingRequest message
)

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.

Return Value

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