Scilab Function
Last update : 20/09/2008

SOCKET_init - Display a message

Calling Sequence

SOCKET_init()

Parameters

Description

Display a message indicating that the toolbox is loaded. This function doesn't load the toolbox. You don't need to use this function.

Examples

   SOCKET_init();

// If you don't have a TCP-IP instrument right now, you can ckeck this toolbox

SOCKET_open(1,"www.google.fr",80);
disp(SOCKET_query(1,["GET / HTTP/1.0";""]));
SOCKET_close(1);
  

See Also

SOCKET_open,  SOCKET_write,  SOCKET_read,  SOCKET_query,  SOCKET_close,  SOCKET_pause,  

Authors

Tibault REVEYRANDwww.reveyrand.fr