Gocator API
|
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.
sensor | GoSensor object. |
startIndex | The starting index of the runtime variable values to set. |
length | The number of runtime variables to set/the length of the array parameter. |
values | A reference to an array which contains the intended runtime variable values. |