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: 19.00.00
Syntax
C#
public abstract void AddErrorCode(
	ExtendedStatus status
)

Parameters

status  ExtendedStatus
The error status.
See Also