public static interface BrickletTemperatureIR.ObjectTemperatureReachedListener extends DeviceListener
BrickletTemperatureIR.setObjectTemperatureCallbackThreshold(char, short, short)
is reached.
The parameter is the object temperature of the sensor.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletTemperatureIR.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
objectTemperatureReached(short temperature) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.