Back to Aurora Vision Library website

You are here: Start » Function Reference » System » Modbus TCP » ModbusTCP_Close

ModbusTCP_Close


Header: STD.h
Namespace: avl
Module: FoundationLite

Closes a connected Modbus socket gracefully.

Syntax

C++
Python
 
void avl::ModbusTCP_Close
(
	avl::SocketId inSocket
)

Parameters

Name Type Default Description
Input value inSocket SocketId Connected socket Id.

Hints

Remarks

Warning:All tools applied to a specific device or file should be managed within a single thread to ensure centralized tracking, traceability, and consistency throughout the process.

See Also