Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Socket descriptor |
R1 | Pointer to buffer to receive into |
R2 | Size of buffer |
R3 | Flags |
Exit | |
---|---|
R0 | Number of bytes received |
The purpose of this call is to read data from a socket.
This SWI directly corresponds to the function recv and would ordinarily be called from C using the recv()
function in socklib.h
.