gclib  2.0.8
Communications API for Galil controllers and PLCs

◆ Remote_Server()

static int Remote_Server ( string  server_name)
inlinestatic

Accepts user input to publish or remove local gcaps server from the network.

Parameters
server_nameThe name to publish local gcaps server under.
Returns
The success status or error code of the function.
Key Usage
q Quit
p Publish this server to the network
r Remove this server from the network

See remote_server_example.cs for an example.

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

Definition at line 32 of file Remote_Server.cs.

References Examples.GALIL_EXAMPLE_OK, and gclib.GPublishServer().

Referenced by Remote_Server_Example.Main().