=> R0 = Socket descriptor
R1 = Pointer to buffer for received data
R2 = Size of buffer
<= R0 = Amount of data received
This call reads data from a socket in the same style as Socket_Recv or recv() except that there is no flags argument, so all flags are treated as being zero.
C definition SWI definition
|
|
|