1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-12-13 21:46:23 +03:00
parent 4af2dbd6bd
commit e2efb779d0
4 changed files with 5840 additions and 5840 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -105,7 +105,7 @@ Function ReceiveData(Val Connection, Val Timeout = 0, Val Size = 0) Export
Timeout = Timeout * 1000;
Return Connection.Read(1024, 150, Timeout, Size);
Return Connection.Read(1024, 150, Size, Timeout);
EndFunction

View File

@@ -105,7 +105,7 @@ Function ReceiveData(Val Connection, Val Timeout = 0, Val Size = 0) Export
Timeout = Timeout * 1000;
Return Connection.Read(1024, 150, Timeout, Size);
Return Connection.Read(1024, 150, Size, Timeout);
EndFunction

View File

@@ -105,7 +105,7 @@
Таймаут = Таймаут * 1000;
Возврат Соединение.Read(1024, 150, Таймаут, Размер);
Возврат Соединение.Read(1024, 150, Размер, Таймаут);
КонецФункции