Click or drag to resize

ForwardOpenHandlerError Method

Generates an error response to the caller.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public abstract void Error(
	Status status
)

Parameters

status
Type: Demo3D.PLC.Comms.CIPStatus
The error status code.
See Also