1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-21 21:27:27 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-12-13 19:27:20 +03:00
parent 3b20d93c61
commit b32bdfbcd0
4 changed files with 5840 additions and 5840 deletions

File diff suppressed because it is too large Load Diff

View File

@ -60,7 +60,7 @@ Function CreateConnection(Val Address, Val SSL = False) Export
OPI_TypeConversion.GetLine(Address);
OPI_TypeConversion.GetBoolean(SSL);
TCPClient = OPI_Tools.GetAddIn("OPI_TCPClient");
TCPClient = OPI_Tools.GetAddIn("TCPClient");
TCPClient.Address = Address;
TCPClient.SSL = SSL;

View File

@ -60,7 +60,7 @@ Function CreateConnection(Val Address, Val SSL = False) Export
OPI_TypeConversion.GetLine(Address);
OPI_TypeConversion.GetBoolean(SSL);
TCPClient = OPI_Tools.GetAddIn("OPI_TCPClient");
TCPClient = OPI_Tools.GetAddIn("TCPClient");
TCPClient.Address = Address;
TCPClient.SSL = SSL;

View File

@ -60,7 +60,7 @@
OPI_ПреобразованиеТипов.ПолучитьСтроку(Адрес);
OPI_ПреобразованиеТипов.ПолучитьБулево(SSL);
TCPКлиент = OPI_Инструменты.ПолучитьКомпоненту("OPI_TCPClient");
TCPКлиент = OPI_Инструменты.ПолучитьКомпоненту("TCPClient");
TCPКлиент.Address = Адрес;
TCPКлиент.SSL = SSL;