1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-27 02:43:54 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-12-13 19:27:20 +03:00
parent b6b17a9c75
commit c77ba2f44d
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;