MsgTCP_serv
Purpose:
- 
Perform this TCP/IP server task to receive data from the MSG TCP task and provide a response.
 
Enter:
- 
MsgTCP_serv [port_number] [timeout_value]
 
Where:
- 
port_number
Optional. Specify a port number. The default port number is 1080.
timeout_value
Optional. Specify a socket connection timeout value. The default socket connection timeout is 20 seconds.
 
Example:
MsgTCP_serv 
The above example uses default arguments.
MsgTCP_serv 1100 10
The above example specifies port number 1100 and a timeout_value of 10 seconds.