Gocator API

◆ GoSystem_FindSensorByIpAddress()

kStatus GoSystem_FindSensorByIpAddress ( GoSystem  system,
const kIpAddress address,
GoSensor sensor 
)

Gets the sensor object with the specified IP address.

Version
Introduced in firmware 4.0.10.27
Parameters
systemGoSystem object.
addressPointer to sensor IP address.
sensorReceives sensor object.
Returns
Operation status (kERROR_NOT_FOUND if sensor not found).
See also
GoSystem_SensorCount, GoSystem_SensorAt