ICI Modules: net: sendto


Modules by name : by type

Synopsis

net.sendto(socket, string, string)

Description

Send a "message" on a socket to a given address. This is used with UDP sockets to send datagrams to the given address. The first argument gives the socket to be used, the second argument the data to be sent stored in a string and the third argument gives the address (in usual format) of the message destination.