functioncloseClientSocket
Closes the socket for the inter process communication
Information
Function that closes the inter-process communication.Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | socketFD | Socket file descripter, or a negative value if an error occurred |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | retVal | Return value of the function that closes the socket connection |
Revisions
-
May 5, 2009, by Michael Wetter:
First implementation.