| [Overview][Constants][Types][Procedures and functions][Index] | 
Close one end of full duplex connection.
Source position: socketsh.inc line 165
| function fpshutdown( | 
| s: cint; | 
| how: cint | 
| ):cint; | 
fpShutDown closes one end of a full duplex socket connection, described by S. 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. |