Gocator API
Home
Topics
Types
Files
All
Classes
Files
Functions
Variables
Typedefs
Macros
Modules
Pages
kStatus
GoSystem_FindSensorById
(
GoSystem
system
,
k32u
id
,
GoSensor
*
sensor
)
Gets the sensor object with the specified device id (serial number).
Version
Introduced in firmware 4.0.10.27
Parameters
system
GoSystem
object.
id
Device identifier.
sensor
Receives sensor object.
Returns
Operation status (kERROR_NOT_FOUND if sensor not found).
See also
GoSystem_SensorCount
,
GoSystem_SensorAt
GoSystem