=> R0 = Socket descriptor
<= R0 corrupted
Close a socket, freeing the descriptor for reuse. For stream sockets, this is roughly equivalent to calling Socket_Shutdown or shutdown() with a type code of 2, whilst for datagram sockets this call immediately deletes the socket.
C definition SWI definition
|
|
|