MeasurementData.getDataInt Method¶
Module: MeasurementData
Definition¶
Retrieves an integer measurement value by its name
This method is essential for accessing stored integer metrics for analysis or display.
int getDataInt(String? dataName)
Parameters
dataName Stringin The name of the measurement whose integer value is to be retrieved.
Returns
intOutputs the integer measurement value associated with the specified measurement name.
Exceptions
An error has occurred during Devices Library execution.