SOCKET_init - Display a message
Display a message indicating that the toolbox is loaded. This function doesn't load the toolbox. You don't need to use this function.
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);
SOCKET_open, SOCKET_write, SOCKET_read, SOCKET_query, SOCKET_close, SOCKET_pause,