Package com.tinkerforge
Interface BrickletSilentStepperV2.AllDataListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletSilentStepperV2
public static interface BrickletSilentStepperV2.AllDataListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletSilentStepperV2.setAllCallbackConfiguration(long)
. The parameters are: the current velocity, the current position, the remaining steps, the stack voltage, the external voltage and the current consumption of the stepper motor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
allData(int currentVelocity, int currentPosition, int remainingSteps, int inputVoltage, int currentConsumption)
-