Interface BrickletIndustrialDigitalOut4.MonoflopDoneListener

  • All Superinterfaces:
    DeviceListener, java.util.EventListener, TinkerforgeListener
    Enclosing class:
    BrickletIndustrialDigitalOut4

    public static interface BrickletIndustrialDigitalOut4.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 Detail

      • monoflopDone

        void monoflopDone​(int selectionMask,
                          int valueMask)