gclib  2.0.8
Communications API for Galil controllers and PLCs

◆ Remote_Client()

static int Remote_Client ( )
inlinestatic

Accepts user input to publish to list and connect to available servers.

Returns
The success status or error code of the function.
Key Usage
q Quit
s List available servers on then network
h List available hardware on the current server
0-9 Connect to server instance by number
l Connect back to local server

See remote_client_example.cs for an example.

For VB.NET, see definition in file remote_client.vb

Definition at line 33 of file Remote_Client.cs.

References gclib.GAddresses(), Examples.GALIL_EXAMPLE_OK, gclib.GListServers(), and gclib.GSetServer().

Referenced by Remote_Client_Example.Main().