Package com.tinkerforge
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
frameErrorCount(long overrunErrorCount, long framingErrorCount)
-