=> R0 = Socket descriptor
R1 = Pointer to message descriptor
R2 = Flags
<= R0 = Amount of data received
This SWI was introduced with Internet 5.00 and should be used in preference to Socket_Recvmsg.
This call behaves in the same way as Socket_Recvfrom, except that the message descriptor is used to indicate where the address should be placed and to give a list of buffers to return the data in.
C definition SWI definition
|
|
|