version 6.8.1 (Modified)
IT_SetTimeOut (timeout) Integer
| Parameter | Type | Description | |
| timeout | Integer | Timeout in seconds; limited to 0 thru 127 | |
| Function result | Integer | Error Code |
Description
The command IT_SetTimeOut sets the integer value of the timeout period in seconds. This value is limited to between zero and 127 seconds.
timeout is the current value in seconds of the timeout period. The following commands are affected by IT_SetTimeOut:
Note: Setting the timeout to zero for the TCP_Listen command allows it to listen indefinitely. Make sure you set the timeout back to some other value after this command, otherwise zero usually means use the default. Also, the timeout value is used for "TCP/IP timeouts" AND "wait for a response timeout". If you set the timeout to zero, it will never get enough time to wait for a response.
See Also