Package com.tinkerforge
Interface BrickletIndustrialDualAnalogIn.VoltageReachedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIndustrialDualAnalogIn
public static interface BrickletIndustrialDualAnalogIn.VoltageReachedListener extends DeviceListener
This listener is triggered when the threshold as set byBrickletIndustrialDualAnalogIn.setVoltageCallbackThreshold(short, char, int, int)
is reached. The parameter is the voltage of the channel. If the threshold keeps being reached, the listener is triggered periodically with the period as set byBrickletIndustrialDualAnalogIn.setDebouncePeriod(long)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
voltageReached(short channel, int voltage)
-