Provides a list of all Galil controllers requesting IP addresses via BOOT-P or DHCP.
GIpRequests() will block about 5 seconds while listening for requests.
{.cpp}
//example of listening for controllers needing IP addresses
GIpRequests(listen_buf, sizeof(listen_buf));
cout << listen_buf << '\n';
Each line of the returned data will be of the form *model, serial_number, mac*. {.unparsed}
DMC4000, 291, 00:50:4c:20:01:23
DMC30000, 4184, 00:50:4c:40:10:58
Definition at line 39 of file gclibo.c. References G_UTIL_IPREQUEST, and GUtility(). |
1.6.1