Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Socket descriptor |
R1 | Pointer to address on the remote host to connect to |
R2 | Size of remote address |
Exit | |
---|---|
R0 | Corrupted |
The purpose of this call is to connect a socket to a specified remote address.
This SWI directly corresponds to the function connect and would ordinarily be called from C using the connect()
function in socklib.h
.