Click or drag to resize

OutgoingResponseAddErrorCode Method

Adds an error code to the message.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public abstract void AddErrorCode(
	ExtendedStatus status
)

Parameters

status
Type: Demo3D.PLC.Comms.CIPExtendedStatus
The error status.
See Also