Click or drag to resize

CIPObjectObjectClassServiceErrorStatus Method

Return error code for a service that's not supported by class nodes.

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

Parameters

serviceCode
Type: Demo3D.PLC.Comms.CIPServiceCode

[Missing <param name="serviceCode"/> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPObject.ObjectClass.ServiceErrorStatus(Demo3D.PLC.Comms.CIP.ServiceCode)"]

Return Value

Type: Status

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPObject.ObjectClass.ServiceErrorStatus(Demo3D.PLC.Comms.CIP.ServiceCode)"]

See Also