Package com.tinkerforge
Interface BrickletIndustrialCounter.AllSignalDataListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIndustrialCounter
public static interface BrickletIndustrialCounter.AllSignalDataListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletIndustrialCounter.setAllSignalDataCallbackConfiguration(long, boolean)
. The parameters are the same asBrickletIndustrialCounter.getAllSignalData()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
allSignalData(int[] dutyCycle, long[] period, long[] frequency, boolean[] value)
-