Back to Aurora Vision Library Lite website

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

ModbusTCP_Close


Header: STD.h
Namespace: avl

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