public static interface BrickletThermocouple.TemperatureReachedListener extends DeviceListener
BrickletThermocouple.setTemperatureCallbackThreshold(char, int, int)
is reached.
The parameter is the temperature of the thermocouple.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletThermocouple.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
temperatureReached(int temperature) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.