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: 19.00.00
Syntax
C#
public virtual Status ServiceErrorStatus(
	ServiceCode serviceCode
)

Parameters

serviceCode  ServiceCode
The requested service code.

Return Value

Status
The status to return to the client.
See Also