You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-04-30 20:49:04 +02:00
5 lines
186 B
Plaintext
Vendored
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); |