1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-01 22:29:52 +02:00
Files
OpenIntegrations/docs/en/examples/TCP/CloseConnection.txt

5 lines
158 B
Plaintext
Raw Normal View History

2025-10-20 19:41:52 +03:00
 Address = FunctionParameters["TCP_Address"];
2024-12-15 00:18:32 +03:00
Connection = OPI_TCP.CreateConnection(Address);
Result = OPI_TCP.CloseConnection(Connection);