Package com.tinkerforge
Interface BrickletCANV2.ErrorOccurredListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletCANV2
public static interface BrickletCANV2.ErrorOccurredListener extends DeviceListener
This listener is triggered if any error occurred while writing, reading or transmitting CAN frames. The listener is only triggered once untilBrickletCANV2.getErrorLog()
is called. That function will return details abount the error(s) occurred. To enable this listener, useBrickletCANV2.setErrorOccurredCallbackConfiguration(boolean)
. .. versionadded:: 2.0.3$nbsp;(Plugin)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
errorOccurred()
-