GReturn GCALL GInfo | ( | GCon | g, |
GCStringOut | info, | ||
GSize | info_len | ||
) |
Uses GUtility() and G_UTIL_INFO to provide a useful connection string.
g | Connection's handle. |
info | Buffer to hold the output string. Buffer will be null terminated, even if the data must be truncated to do so. |
info_len | Length of buffer. |
The response is address, revision_report, serial_number. For example:
COM2, RIO47102 Rev 1.1j, 37290
See x_examples.cpp for an example.