Gocator API

◆ GoSensor_SetRuntimeVariables()

kStatus GoSensor_SetRuntimeVariables ( GoSensor  sensor,
kSize  startIndex,
kSize  length,
k32s values 
)

Sets the runtime variables from the provided starting index to the specified length with the values contained in the provided array.

Version
Introduced in firmware 4.5.3.57
Parameters
sensorGoSensor object.
startIndexThe starting index of the runtime variable values to set.
lengthThe number of runtime variables to set/the length of the array parameter.
valuesA reference to an array which contains the intended runtime variable values.
Returns
Operation status.