Click or drag to resize

ICIPNodeServiceNotSupported Method

Report a request for a service that's not supported.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
void ServiceNotSupported(
	OutgoingResponse response,
	ServiceCode serviceCode,
	Status errorCode
)

Parameters

response
Type: Demo3D.PLC.Comms.CIPOutgoingResponse
The response to add the error to.
serviceCode
Type: Demo3D.PLC.Comms.CIPServiceCode
The service not supported.
errorCode
Type: Demo3D.PLC.Comms.CIPStatus
Status error code.
See Also