You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-03 22:39:12 +02:00
5 lines
144 B
Plaintext
Vendored
5 lines
144 B
Plaintext
Vendored
Address = FunctionParameters["TCP_Address"];
|
|
Data = "Echo this!" + Chars.LF;
|
|
|
|
Result = OPI_TCP.ProcessRequest(Address, Data);
|