Hi, Im using O22SIOMM in C to program several G432EB2 brains, I would like to implement a program that can use any present devices of that model.
At the moment I think that I can get the model using functions GetStatusHardwareEx() and GetStatusHardwareEx2() but for that I have to first open a conection to each of the devices and I will need to hardcode the IP address of all of them and then check each one.
Is there any function or a way to make my own listAllEthernetDevices() function. I was algo thinking on checking each of the 254 ips available for a 255.255.255.0 network but there has to be a better way.
Thank you