ICI Modules: net: recv
Modules by name : by typeSynopsis
string = net.recv(socket, int)Description
Receives up to a specified number of bytes from a socket and returns a string containing the data read. If no data is read from the socket NULL is returned.