Click or drag to resize

ForwardCloseHandlerError Method

Generates an error response to the caller.

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

Parameters

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