Package com.tinkerforge
Interface BrickletIndustrialDigitalOut4V2.MonoflopDoneListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIndustrialDigitalOut4V2
public static interface BrickletIndustrialDigitalOut4V2.MonoflopDoneListener extends DeviceListener
This listener is triggered whenever a monoflop timer reaches 0. The parameters contain the channel and the current value of the channel (the value after the monoflop).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
monoflopDone(int channel, boolean value)
-