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