public static interface BrickletIO16V2.InputValueListener extends DeviceListener
BrickletIO16V2.setInputValueCallbackConfiguration(int, long, boolean)
.
The parameters are the channel, a value-changed indicator and the actual value
for the channel. The `changed` parameter is true if the value has changed since
the last listener.Modifier and Type | Method and Description |
---|---|
void |
inputValue(int channel,
boolean changed,
boolean value) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.