mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-23 21:29:38 +02:00
8 lines
388 B
Plaintext
Vendored
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);
|