ICI Modules: net: send
Modules by name : by typeSynopsis
net.send(socket, string)Description
Sends the given string on the socket. This may be used with both TCP and UDP sockets. With UDP sockets the socket must have previously been connected to a destination address as no address may be specified with this call.