40 Console.WriteLine(
"<s> List available servers on the network\n" +
41 "<h> List available hardware on currently connected server\n" +
42 "<0-9> Enter numbers 0-9 to connect to a server by index\n" +
43 "<l> Set active server back to local server\n" +
56 Console.WriteLine(
"Available Servers:");
62 int index =
input -
'0';
72 Console.WriteLine(
"Server set to: Local");
78 foreach(
string address in addresses)
88 private static void Print_Servers_List(
string[]
servers_list)
const int GALIL_EXAMPLE_OK
Examples success code.
void GSetServer(string server_name)
Connects gclib to a new gcaps server.
string[] GListServers()
Retrieves a list of gcaps servers that are advertising themselves on the local network.
string[] GAddresses()
Return a string array of available connection addresses.
Provides a class that binds to gclib's unmanaged dll. Wraps each call and provides a more user-friend...
GReturn vector(GCon g, char *file)
Puts controller into Vector Mode and accepts a file defining vector points.
static int Remote_Client()
Accepts user input to publish to list and connect to available servers.