User Tools

Site Tools


de:netread

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

de:netread [2016/01/01 22:37]
de:netread [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== 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.
 +
 +==== Example ====
 +See example of usage on [[NetConnect|NetConnect]] page.
 +
 +==== See Also ====
 +[[NetClose|NetClose]], [[NetConnect|NetConnect]], [[NetData|NetData]], [[NetListen|NetListen]], [[NetWrite|NetWrite]]
 +
 +==== New To Version ==== 
 +0.9.6.31