GReturn GCALL GIpRequests | ( | GCStringOut | requests, |
GSize | requests_len | ||
) |
Provides a list of all Galil controllers requesting IP addresses via BOOT-P or DHCP.
requests | The buffer to hold the list of requesting controllers. Data will be null terminated, even if the data must be truncated to do so. |
requests_len | The length of the requests buffer. |
GIpRequests() will block about 5 seconds while listening for requests.
Each line of the returned data will be of the form model, serial_number, mac.
Definition at line 44 of file gclibo.c.
References G_UTIL_IPREQUEST, and GUtility().