ICI Modules: net: send


Modules by name : by type

Synopsis

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.