Package com.tinkerforge
Interface BrickletRS232.ErrorListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletRS232
public static interface BrickletRS232.ErrorListener extends DeviceListener
This listener is called if an error occurs. Possible errors are overrun, parity or framing error. .. versionadded:: 2.0.1$nbsp;(Plugin)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
error(short error)
-