public static interface BrickletLine.ReflectivityReachedListener extends DeviceListener
BrickletLine.setReflectivityCallbackThreshold(char, int, int)
is reached.
The parameter is the reflectivity of the sensor.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletLine.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
reflectivityReached(int reflectivity) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.