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

void avl::ModbusTCP_Close
(
	avl::SocketId inSocket
)

Parameters

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

Hints

See Also