Package com.tinkerforge
Interface BrickletCO2V2.AllValuesListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletCO2V2
public static interface BrickletCO2V2.AllValuesListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletCO2V2.setAllValuesCallbackConfiguration(long, boolean)
. The parameters are the same asBrickletCO2V2.getAllValues()
. \note The sensor is able to messure up to 120 °C. However it is only specified up to 70 °C. Exposing the Bricklet to higher temperatures might result in permanent damage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
allValues(int co2Concentration, int temperature, int humidity)
-