TCP Close Connection Function

Owning Palette: TCP VI and Functions

Requires: Base Development System

Closes a TCP network connection.

Example

 Add to the block diagram  Find on the palette
connection ID is a network connection refnum that uniquely identifies the TCP connection you want to close.
abort is reserved for future use.
error in describes error conditions that occur before this node runs. With the following exception, this input provides standard error in functionality.

This node runs normally even if an error occurred before this node runs.
connection ID out has the same value as connection ID. Do not wire this output to other TCP functions.
error out contains error information. This output provides standard error out functionality.

Example

Refer to the TCP Named Service.lvproj in the labview\examples\Data Communication\Protocols\TCP\TCP Named Service directory for an example of using the TCP Close Connection function.

 Open example  Find related examples