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:
2
docs/en/examples/TCP/CreateConnection.txt
vendored
2
docs/en/examples/TCP/CreateConnection.txt
vendored
@@ -4,5 +4,5 @@
|
||||
OPI_TCP.CloseConnection(Connection);
|
||||
|
||||
Address = "tcpbin.com:4243";
|
||||
Tls = OPI_TCP.GetTlsSettings(True);
|
||||
Tls = OPI_TCP.GetTLSSettings(True);
|
||||
Connection = OPI_TCP.CreateConnection(Address, TLS);
|
||||
|
||||
2
docs/en/examples/TCP/GetTlsSettings.txt
vendored
2
docs/en/examples/TCP/GetTlsSettings.txt
vendored
@@ -1 +1 @@
|
||||
Result = OPI_TCP.GetTlsSettings(True);
|
||||
Result = OPI_TCP.GetTLSSettings(True);
|
||||
|
||||
5
docs/en/examples/TCP/ProcessRequest.txt
vendored
5
docs/en/examples/TCP/ProcessRequest.txt
vendored
@@ -2,3 +2,8 @@
|
||||
Data = "Echo this!" + Chars.LF;
|
||||
|
||||
Result = OPI_TCP.ProcessRequest(Address, Data);
|
||||
|
||||
Address = "tcpbin.com:4243";
|
||||
Tls = OPI_TCP.GetTLSSettings(True);
|
||||
|
||||
Result = OPI_TCP.ProcessRequest(Address, Data, , Tls);
|
||||
|
||||
Reference in New Issue
Block a user