1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-30 20:49:04 +02:00
Files
OpenIntegrations/docs/en/examples/TCP/GetLastError.txt
T

5 lines
186 B
Plaintext
Vendored

Address = "45.79.112.203:4242";
Connection = OPI_TCP.CreateConnection(Address);
Data = "Hello server!" + Chars.LF;
Sending = OPI_TCP.SendLine(Connection, Data);