Contents
Display Legacy Contents

 Print
    Socket Connect    
Connect to a specified IP and port.

Parameters

Socket <unquoted string>

The identification of the socket that user wants to connect. There are several handlers for sockets from 1 to 10. It's also possible defined a socket dynamically by choosing option dynamic for this parameter.
   
Mode <unquoted string>

The communication mode for the defined socket. There are several options for this parameter: TCP, UDP or dynamic.
   
IP/Name <string>

The IP adress of the socket that the user wants to connect.
   
Port <numeric>

The port for the defined socket.
   
Timeout <numeric>

The timeout in miliseconds defined for this socket connection. The value 0 is this parameter means that there is no timeout.

     
  • The parameter Timeout is not supported in some systems and may take longer that what is defined is this action.

See also
Samples

 
 
Updated: 4/8/2016 10:52 AM