Package com.tinkerforge
Interface BrickletIndustrialDualAnalogInV2.AllVoltagesListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIndustrialDualAnalogInV2
public static interface BrickletIndustrialDualAnalogInV2.AllVoltagesListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletIndustrialDualAnalogInV2.setAllVoltagesCallbackConfiguration(long, boolean)
. The parameters are the same asBrickletIndustrialDualAnalogInV2.getAllVoltages()
. .. versionadded:: 2.0.6$nbsp;(Plugin)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
allVoltages(int[] voltages)
-