GCLIB_DLL_EXPORTED GReturn GCALL GAddresses ( GCStringOut  addresses,
GSize  addresses_len 
)

Uses GUtility() and `G_UTIL_ADDRESSES` to provide a listing of all available connection addresses.

Note:
Serial ports are listed, e.g. COM1. It may be necesary to specify a baud rate for the controller, e.g. `--baud 19200`. Default baud is 115200. See GOpen().
Parameters:
addresses Buffer to hold the output string. Buffer will be null terminated, even if the data must be truncated to do so.
addresses_len Length of buffer.
Returns:
The success status or error code of the function. See gclib_errors.h for possible values.

Definition at line 24 of file gclibo.c.

References G_UTIL_ADDRESSES, and GUtility().