GCLIB_DLL_EXPORTED GReturn GCALL GAddresses | ( | GCStringOut | addresses, |
GSize | addresses_len | ||
) |
Uses GUtility(), G_UTIL_GCAPS_ADDRESSES or 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. See below for more information. |
addresses_len | Length of buffer. |
If gcaps is available, the listing will come from the server via G_UTIL_GCAPS_ADDRESSES. In the abscence of the server, gclib will use G_UTIL_ADDRESSES to generate the list.
10.1.3.91, DMC4020 Rev 1.2e, LAN, 10.1.3.10 192.168.0.63, DMC4040 Rev 1.2f, Static, 192.168.0.41 (192.0.0.42), RIO47102 Rev 1.1j, Static, 192.168.0.41 10.1., RIO47102 Rev 1.1j, Static, 192.168.0.41 GALILPCI1 COM1 COM2
See x_examples.cpp for an example.
Definition at line 46 of file gclibo.c.
References G_NO_ERROR, G_UTIL_ADDRESSES, G_UTIL_GCAPS_ADDRESSES, and GUtility().