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