Gocator API
◆
GoSensor_GetRuntimeVariableAt()
kStatus
GoSensor_GetRuntimeVariableAt
(
GoSensor
sensor
,
kSize
index
,
k32s
*
value
)
Gets the value associated with a given runtime variable index.
Version
Introduced in firmware 4.5.3.57
Parameters
sensor
GoSensor
object.
index
The index of the runtime variable value to retrieve.
value
A reference to be updated with the runtime variable value.
Returns
Operation status.
GoSensor