1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-04-07 11:24:09 +03:00
parent 1754e78a23
commit 0cd53831f0
27 changed files with 7260 additions and 6945 deletions

5
docs/en/examples/TCP/GetLastError.txt vendored Normal file
View File

@@ -0,0 +1,5 @@
 Address = "45.79.112.203:4242";
Connection = OPI_TCP.CreateConnection(Address);
Data = "Hello server!" + Chars.LF;
Sending = OPI_TCP.SendLine(Connection, Data);

View File

@@ -0,0 +1 @@
 Result = OPI_TCP.GetTlsSettings(False);