Package com.tinkerforge
Interface BrickletRS485.ErrorCountListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletRS485
public static interface BrickletRS485.ErrorCountListener extends DeviceListener
This listener is called if a new error occurs. It returns the current overrun and parity error count.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
errorCount(long overrunErrorCount, long parityErrorCount)
-