|
Gocator API
|
| kStatus GoSensor_SetAddress | ( | GoSensor | sensor, |
| const GoAddressInfo * | info, | ||
| kBool | wait | ||
| ) |
Configures a sensor's network address settings.
WARNING! This operation writes to flash storage. Review the user manual for implications.
This function uses UDP broadcasts for sensor configuration; the sensor does not need to be connected, and can be on a different subnet than the client.
The sensor will automatically reboot if the address is successfully changed.
| sensor | GoSensor object. |
| info | New address settings. |
| wait | Should this function block until the sensor finishes rebooting? |