email
#9

Unknown, those are functions, not sockets. He uses the sockets by using those functions, so do you.

xDeadlyboy, you can use them by using those functions:
Quote:
Originally Posted by StrickenKid
Посмотреть сообщение
  • native socket_startlistening(port);
    • Use this function to start listening for sockets on the selected port.
  • native socket_stoplistening();
    • Use this function to stop listening for sockets.
  • native socket_connect(ip[], port);
    • Use this function to connect to a socket server listening for connections.
  • native socket_send(data[]);
    • Use this function to send data to the connected socket.
  • native socket_close();
    • Use this function to close the connection of the current connected socket.
Reply


Messages In This Thread
email - by xDeadlyBoy - 06.05.2011, 08:56
Re: email - by dannyk0ed - 06.05.2011, 08:58
Re: email - by xDeadlyBoy - 06.05.2011, 08:59
Re: email - by dannyk0ed - 06.05.2011, 09:00
Re: email - by Unknown1234 - 06.05.2011, 09:08
Re: email - by xDeadlyBoy - 06.05.2011, 09:17
Re: email - by Unknown1234 - 06.05.2011, 09:21
Re: email - by xDeadlyBoy - 06.05.2011, 09:47
Re: email - by Biesmen - 06.05.2011, 10:05
Re: email - by Vince - 06.05.2011, 12:02

Forum Jump:


Users browsing this thread: 1 Guest(s)