ICI Modules: net: recv


Modules by name : by type

Synopsis

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.