Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Socket descriptor |
R1 | Direction of shut down |
Exit | |
---|---|
R0 | Corrupted |
The purpose of this call is to shut down an existing send and receive operations on a stream socket.
This SWI directly corresponds to the function shutdown and would ordinarily be called from C using the shutdown()
function in socklib.h
.
The socket descriptor is not freed by this and could be subsequently reused for another connection.