You've already forked OpenIntegrations
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user