hypermedia.net
index
 
Name send ( )
Examples None available
Description Send message to the current socket. Explicitly, send message to the multicast group/port or to itself.
Syntax
send(message);
send(buffer);
send(message, ip);
send(buffer, ip);
send(message, ip, port);
send(buffer, ip, port);
Parameters
message   the message to be send
buffer   data to be send
ip   the destination host's IP address
port   the destination host's port
Returns boolean
Usage Web & Application
Related