Package com.tinkerforge
Interface BrickletXMC1400Breakout.ADCValuesListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletXMC1400Breakout
public static interface BrickletXMC1400Breakout.ADCValuesListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletXMC1400Breakout.setADCValuesCallbackConfiguration(long, boolean)
. The parameters are the same asBrickletXMC1400Breakout.getADCValues()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
adcValues(int[] values)
-