1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-07-30 09:26:24 +03:00
parent bf1e52cd32
commit a4a78ecebd
408 changed files with 49162 additions and 8858 deletions

View File

@@ -45,7 +45,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
Address = "45.79.112.203:4242";
Connection = OPI_TCP.CreateConnection(Address);
Message = "Hello server!" + Chars.LF;
Data = ПолучитьДвоичныеДанныеИзСтроки(Message);
Data = GetBinaryDataFromString(Message);
OPI_TCP.SendBinaryData(Connection, Data);