gclib 2.0.9
Communications API for Galil controllers and PLCs
 
Loading...
Searching...
No Matches
Remote_Server.vb
Go to the documentation of this file.
2 ''' <summary>
4 ''' </summary>
5 ''' <param name="server_name">The name to publish the server under.</param>
7 ''' <remarks>See remote_server_example.cs for an example.</remarks>
9 Dim gclib = New Gclib()
10
13 "<q> Quit")
14
16
28
30
31 Return Examples.GALIL_EXAMPLE_OK
Provides a class of shared constants and methods for gclib's example projects.
Definition commands.cs:16
Provides a class that binds to gclib's unmanaged dll. Wraps each call and provides a more user-friend...
Definition gclib.cs:68
GCLIB_DLL_EXPORTED GReturn GCALL GPublishServer(GCStringIn name, GOption publish, GOption save)
Uses GUtility(), G_UTIL_GCAPS_PUBLISH_SERVER to publish local gcaps server to the local network.
Definition gclibo.c:189
void error(GCon g, GReturn rc)
An example of error handling and debugging information.
Definition examples.h:40
GReturn vector(GCon g, char *file)
Puts controller into Vector Mode and accepts a file defining vector points.
Definition vector.cpp:36
partial Module Examples
Definition Commands.vb:4
int Remote_Server(string server_name)
Demonstrates various uses of GPublishServer()