Index // NetRead


Format:

netread
netread( )
netread( socket_number )

Description:

Read data from the specified network connection and return it as a string. This function will wait until data is received. If socket_number is not specified socket number zero (0) will be used.

See Also:

NetAddress, NetClose, NetConnect, NetData, NetListen, NetWrite

Example:

See example of usage on NetConnect page.

Revised:

0.9.6.31