You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Merge branch 'main' of https://github.com/Bayselonarrend/OpenIntegrations
This commit is contained in:
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;
|
||||
|
Reference in New Issue
Block a user