=> R0 = Socket descriptor
R1 = Pointer to data to be sent
R2 = Size of buffer
<= R0 = Amount of data sent
This call sends data on a socket in the same style as Socket_Send or send() except that there is no flags argument, so all flags are treated as being zero.
C definition SWI definition
|
|
|