1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-31 22:05:13 +02:00
OpenIntegrations/docs/en/examples/TCP/ProcessConnection.txt

8 lines
388 B
Plaintext
Raw Normal View History

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