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:
5
docs/en/examples/TCP/GetLastError.txt
vendored
Normal file
5
docs/en/examples/TCP/GetLastError.txt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
Address = "45.79.112.203:4242";
|
||||
Connection = OPI_TCP.CreateConnection(Address);
|
||||
Data = "Hello server!" + Chars.LF;
|
||||
|
||||
Sending = OPI_TCP.SendLine(Connection, Data);
|
||||
1
docs/en/examples/TCP/GetTlsSettings.txt
vendored
Normal file
1
docs/en/examples/TCP/GetTlsSettings.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
Result = OPI_TCP.GetTlsSettings(False);
|
||||
Reference in New Issue
Block a user