public static interface BrickletSoundIntensity.IntensityReachedListener extends DeviceListener
BrickletSoundIntensity.setIntensityCallbackThreshold(char, int, int)
is reached.
The parameter is the intensity of the encoder.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletSoundIntensity.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
intensityReached(int intensity) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.