Click or drag to resize

CIPServicesServiceErrorStatus Method

Return error code for a service that's not supported by this node.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public virtual Status ServiceErrorStatus(
	ServiceCode serviceCode
)

Parameters

serviceCode
Type: Demo3D.PLC.Comms.CIPServiceCode
The requested service code.

Return Value

Type: Status
The status to return to the client.
See Also