Socket_Write - write()
In: R0 = Socket descriptor
R1 = Pointer to data to be sent
R2 = Size of buffer
Out: R0 = Amount of data sent
This call sends data on a socket in the same style as Socket_Send except that there is no flags argument, so all flags are treated as being zero.
|
|
|