[Overview][Constants][Types][Procedures and functions] | Reference for unit 'Sockets' (#rtl) |
Close one end of full duplex connection.
Source position: socketsh.inc line 189
function Shutdown( |
Sock: LongInt; |
How: LongInt |
):LongInt; |
ShutDown closes one end of a full duplex socket connection, described by Sock. The parameter How determines how the connection will be shut down, and can be one of the following:
On succes, the function returns 0, on error -1 is returned.
SocketError is used to report errors, and includes the following:
|
Create new socket |
|
|
Open a connection to a server socket. |
No notes exist for this page yet.