mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-23 21:29:38 +02:00
5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
Address = "45.79.112.203:4242";
|
|
Connection = OPI_TCP.CreateConnection(Address);
|
|
|
|
OPI_TCP.CloseConnection(Connection);
|