Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Socket descriptor |
R1 | Pointer to a message descriptor |
R2 | Flags |
Exit | |
---|---|
R0 | Number of bytes received |
The purpose of this call is to read data from a socket given a message descriptor which includes the address and a vector of buffers to use.
This SWI directly corresponds to the function recvmsg and would ordinarily be called from C using the recvmsg()
function in socklib.h
.