1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00
Files
OpenIntegrations/docs/en/examples/TCP/CreateConnection.txt
T
Vitaly the Alpaca (bot) 34b60068f2 Main build (Jenkins)
2025-06-27 14:27:03 +03:00

9 lines
290 B
Plaintext
Vendored

Address = FunctionParameters["TCP_Address"];
Connection = OPI_TCP.CreateConnection(Address);
OPI_TCP.CloseConnection(Connection);
Address = "tcpbin.com:4243";
Tls = OPI_TCP.GetTlsSettings(True);
Connection = OPI_TCP.CreateConnection(Address, TLS);