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

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-10-20 19:41:52 +03:00
parent 080c59836f
commit 1120c732f0
3071 changed files with 19627 additions and 19627 deletions

View File

@@ -1,4 +1,4 @@
 Address = "45.79.112.203:4242";
 Address = FunctionParameters["TCP_Address"];
Connection = OPI_TCP.CreateConnection(Address);
Result = OPI_TCP.CloseConnection(Connection);

View File

@@ -1,4 +1,4 @@
 Address = "45.79.112.203:4242";
 Address = FunctionParameters["TCP_Address"];
Connection = OPI_TCP.CreateConnection(Address);
OPI_TCP.CloseConnection(Connection);

View File

@@ -1,4 +1,4 @@
 Address = "45.79.112.203:4242";
 Address = FunctionParameters["TCP_Address"];
Connection = OPI_TCP.CreateConnection(Address);
Data = "Hello server!" + Chars.LF;

View File

@@ -1,9 +1,9 @@
 Address = "45.79.112.203:4242";
 Address = FunctionParameters["TCP_Address"];
Data = "Echo this!" + Chars.LF;
Result = OPI_TCP.ProcessRequest(Address, Data);
Address = "tcpbin.com:4243";
Address = FunctionParameters["TCP_AddressTLS"];
Tls = OPI_TCP.GetTLSSettings(True);
Result = OPI_TCP.ProcessRequest(Address, Data, , Tls);

View File

@@ -1,4 +1,4 @@
 Address = "45.79.112.203:4242";
 Address = FunctionParameters["TCP_Address"];
Connection = OPI_TCP.CreateConnection(Address);
Message = "Hello server!" + Chars.LF;
Data = GetBinaryDataFromString(Message);

View File

@@ -1,4 +1,4 @@
 Address = "45.79.112.203:4242";
 Address = FunctionParameters["TCP_Address"];
Connection = OPI_TCP.CreateConnection(Address);
Data = "Hello server!" + Chars.LF;

View File

@@ -1,4 +1,4 @@
 Address = "45.79.112.203:4242";
 Address = FunctionParameters["TCP_Address"];
Connection = OPI_TCP.CreateConnection(Address);
Message = "Hello server!" + Chars.LF;
Data = GetBinaryDataFromString(Message);

View File

@@ -1,4 +1,4 @@
 Address = "45.79.112.203:4242";
 Address = FunctionParameters["TCP_Address"];
Connection = OPI_TCP.CreateConnection(Address);
Data = "Hello server!" + Chars.LF;