Click or drag to resize

IOErrorResponse Enumeration

How to respond to an IO error received.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public enum IOErrorResponse
Members
  Member nameValueDescription
ThrowException0 Issue an exception, probably resulting in disconnection.
Ignore1 Ignore the error (the error handler will schedule appropriate handling of the error). The IO request will be aborted, and not automatically retried.
See Also