Locates a Gocator sensor by id (serial number) and configures its network address settings.
Go2Status Go2System_SetAddress(Go2UInt32 deviceId, const Go2AddressInfo* address);
|
Parameters |
Description |
|
Go2UInt32 deviceId |
Serial number of the sensor. |
|
const Go2AddressInfo* address |
New address configuration for the sensor. |
Operation status.
This function uses UDP broadcast messages to locate Gocator sensors. The sensors and client may be on different subnets.
This command can be called for any sensor across any Gocator firmware without an explicit connection attempt.
Calling this function will result in writing operations to flash storage. Should the process be disrupted due to power loss or other factors, the sensor may enter Rescue mode.
Go2System.h