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:
parent
b6b17a9c75
commit
c77ba2f44d
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -60,7 +60,7 @@
|
||||
OPI_ПреобразованиеТипов.ПолучитьСтроку(Адрес);
|
||||
OPI_ПреобразованиеТипов.ПолучитьБулево(SSL);
|
||||
|
||||
TCPКлиент = OPI_Инструменты.ПолучитьКомпоненту("OPI_TCPClient");
|
||||
TCPКлиент = OPI_Инструменты.ПолучитьКомпоненту("TCPClient");
|
||||
|
||||
TCPКлиент.Address = Адрес;
|
||||
TCPКлиент.SSL = SSL;
|
||||
|
Loading…
Reference in New Issue
Block a user