Package com.tinkerforge
Interface BrickMaster.USBVoltageReachedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickMaster
public static interface BrickMaster.USBVoltageReachedListener extends DeviceListener
This listener is triggered when the threshold as set byBrickMaster.setUSBVoltageCallbackThreshold(char, int, int)
is reached. The parameter is the voltage of the sensor. If the threshold keeps being reached, the listener is triggered periodically with the period as set byBrickMaster.setDebouncePeriod(long)
. .. versionadded:: 2.0.5$nbsp;(Firmware)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
usbVoltageReached(int voltage)
-