gclib  307
Communications API for Galil controllers and PLCs
 All Data Structures Files Functions Variables Typedefs Macros Pages
GCLIB_DLL_EXPORTED GReturn GCALL GVersion ( GCStringOut  ver,
GSize  ver_len 
)

Uses GUtility() and G_UTIL_VERSION to provide the library version number.

Parameters
verBuffer to hold the output string. Buffer will be null terminated, even if the data must be truncated to do so.
ver_lenLength of buffer.
Returns
The success status or error code of the function. See gclib_errors.h for possible values.

See x_examples.cpp for an example.

Definition at line 19 of file gclibo.c.

References G_UTIL_VERSION, and GUtility().