MeasurementData.setDataInt Method¶
Module: MeasurementData
Definition¶
(C++) Stores an integer measurement value associated with a specified measurement name
This method allows for the precise tracking of integer-based metrics.
int id3DevicesMeasurementData_SetDataInt (
ID3_DEVICES_MEASUREMENT_DATA hMeasurementData,
const char * dataName,
int value)
Parameters
hMeasurementData
ID3_DEVICES_MEASUREMENT_DATAin Handle to the MeasurementData object.dataName
const char *in The name of the measurement to which the integer value belongs.value
intin The integer measurement value to be stored.
Returns