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-04-07 11:24:09 +03:00
parent 1754e78a23
commit 0cd53831f0
27 changed files with 7260 additions and 6945 deletions

View File

@@ -30,7 +30,11 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
Address = "45.79.112.203:4242";
Connection = OPI_TCP.CreateConnection(Address);
Data = "Hello server!" + Chars.LF;
Sending = OPI_TCP.SendLine(Connection, Data);
```

View File

@@ -30,7 +30,7 @@ Tls settings can only be set when a connection is created: explicitly, by using
```bsl title="1C:Enterprise/OneScript code example"
Result = OPI_TCP.GetTlsSettings(False);
```