Interface BrickletDMX.FrameErrorCountListener

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

    public static interface BrickletDMX.FrameErrorCountListener
    extends DeviceListener
    This listener is called if a new error occurs. It returns the current overrun and framing error count.
    • Method Detail

      • frameErrorCount

        void frameErrorCount​(long overrunErrorCount,
                             long framingErrorCount)