public static interface BrickletHallEffect.EdgeCountListener extends DeviceListener
BrickletHallEffect.setEdgeCountCallbackPeriod(long)
. The parameters are the
current count and the current value (see BrickletHallEffect.getValue()
and
BrickletHallEffect.getEdgeCount(boolean)
).
The BrickletHallEffect.EdgeCountListener
listener is only triggered if the count or value changed
since the last triggering.Modifier and Type | Method and Description |
---|---|
void |
edgeCount(long count,
boolean value) |
Copyright © 2021 Tinkerforge GmbH. All rights reserved.