Gocator API
|
kStatus GoSensor_GetRuntimeVariables | ( | GoSensor | sensor, |
kSize | startIndex, | ||
kSize | length, | ||
k32s * | values | ||
) |
Gets the values associated with a given runtime variable starting index and length.
sensor | GoSensor object. |
startIndex | The starting index of the runtime variable values to retrieve. |
length | The number of runtime variables to retrieve. |
values | A reference to an array which will hold the retrieved runtime variable values. |