Back to FabImage Studio website
You are here: Start » Filter Reference » TCP IP » TcpIp_Close
Close a connected TCP socket gracefully.
Name | Type | Description | |
---|---|---|---|
![]() |
inSocket | SocketId | Connected socket Id. |
Description
Closes the TCP/IP socket with underlying connection and releases resources owned by the socket.
All sockets, created with TcpIp_Connect and TcpIp_Accept should be closed with this filter after their use, regardless of the state of the connection and regardless of the fact whether the connection was closed by the other side.
Hints
- Connect inSocket with the output of TcpIp_Connect or TcpIp_Accept.
Examples
Description of usage of this filter can be found in examples and tutorial: TcpIp Shoutbox Server, TcpIp Shoutbox Client.
Complexity Level
This filter is available on Basic Complexity Level.
Disabled in Lite Edition
This filter is disabled in Lite Edition. It is available only in full, FabImage Studio Professional version.