Package com.tinkerforge
Interface BrickletIndustrialDualAnalogIn.VoltageListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIndustrialDualAnalogIn
public static interface BrickletIndustrialDualAnalogIn.VoltageListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletIndustrialDualAnalogIn.setVoltageCallbackPeriod(short, long)
. The parameter is the voltage of the channel. TheBrickletIndustrialDualAnalogIn.VoltageListener
listener is only triggered if the voltage has changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
voltage(short channel, int voltage)
-