Package com.tinkerforge
Interface BrickletRS232V2.ErrorCountListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletRS232V2
public static interface BrickletRS232V2.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 errorCountOverrun, long errorCountParity)
-