public static interface BrickletIndustrialDualAnalogIn.VoltageReachedListener extends DeviceListener
BrickletIndustrialDualAnalogIn.setVoltageCallbackThreshold(short, char, int, int)
is reached.
The parameter is the voltage of the channel.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletIndustrialDualAnalogIn.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
voltageReached(short channel,
int voltage) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.