The enumeration ET_Result values indicate the result of operations executed by the function blocks of this library.
The conversion operator TO_STRING is supported for this enumeration type.
Name |
Value (UDINT) |
Description |
---|---|---|
0 |
The function block is being executed successfully. |
|
1 |
The operation was not completed successfully. |
|
2 |
The requested operation cannot be executed in the present state. |
|
3 |
An error is detected by the referenced instance of the TCP client function block. |
|
4 |
The value of one of the given input parameters is outside of the valid range. Refer to the result message to get detailed information about the concerned input parameter. |
|
5 |
At least one of the given input parameters is invalid. |
|
16#FFFF |
Internal error |