public static interface BrickletUVLight.UVLightReachedListener extends DeviceListener
BrickletUVLight.setUVLightCallbackThreshold(char, long, long)
is reached.
The parameter is the UV Light intensity of the sensor.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletUVLight.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
uvLightReached(long uvLight) |
Copyright © 2021 Tinkerforge GmbH. All rights reserved.