public interface VoltageSensorCallbackListener extends ServiceCallbackListener
VoltageSensor
updates its valueModifier and Type | Method and Description |
---|---|
void |
didUpdateMilliVolts(VoltageSensor sensor,
float milliVolts)
Invoked when the
VoltageSensor receives an updated value |
didUpdateInputFormat, didUpdateValueData
void didUpdateMilliVolts(VoltageSensor sensor, float milliVolts)
VoltageSensor
receives an updated valuesensor
- The sensor that has a new valuemilliVolts
- The new voltage value in milli volts