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.
--baud 19200
. Default baud is 115200. See GOpen().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. |
Each line of the returned data will be of the form address, revision report (if available). If an IP address is unreachable via ping, the address will be in parentheses.
Definition at line 29 of file gclibo.c.
References G_UTIL_ADDRESSES, and GUtility().