IOErrorResponse Enumeration |
Namespace: Demo3D.PLC.Comms
public enum IOErrorResponse
| Member name | Value | Description | |
|---|---|---|---|
| ThrowException | 0 | Issue an exception, probably resulting in disconnection. | |
| Ignore | 1 | Ignore the error (the error handler will schedule appropriate handling of the error). The IO request will be aborted, and not automatically retried. |