1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-23 21:29:38 +02:00
OpenIntegrations/docs/en/examples/TCP/ProcessConnection.txt
Vitaly the Alpaca (bot) c6f5571c89 Main build (Jenkins)
2025-01-23 12:10:45 +03:00

8 lines
388 B
Plaintext
Vendored

// Connection - String: "1:7788"
RequestBinary = OPI_TCP.GetRequest(Connection);
RequestText = ПолучитьСтрокуИзДвоичныхДанных(RequestBinary);
ResponseSending = OPI_TCP.SendResponse(Connection, ПолучитьДвоичныеДанныеИзСтроки("Yo"));
ConnectionShutdown = OPI_TCP.CloseIncomingConnection(Connection);