C_TIMEOUT
code: 4
# set
C_TIMEOUT <second_count>
# get
C_TIMEOUT ?
Description
The maximum number of idle seconds allowed before the connection is timed out by the tester.
Actions
set, get
Parameters
second_count
: integer, the maximum idle interval, default is 130 seconds.
Example
# set
input: C_TIMEOUT 100
output: <OK>
# get
input: C_TIMEOUT ?
output: C_TIMEOUT 100