Package com.tinkerforge
Interface BrickletIndustrialDualAnalogInV2.VoltageListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIndustrialDualAnalogInV2
public static interface BrickletIndustrialDualAnalogInV2.VoltageListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletIndustrialDualAnalogInV2.setVoltageCallbackConfiguration(int, long, boolean, char, int, int)
. The parameter is the same asBrickletIndustrialDualAnalogInV2.getVoltage(int)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
voltage(int channel, int voltage)
-