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:
parent
3b20d93c61
commit
b32bdfbcd0
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…
x
Reference in New Issue
Block a user