Conforms to LEServiceDelegate
Declared in LEVoltageSensor.h

Overview

Implement this protocol to be notified when the LEVoltageSensor updates its value

Instance Methods

voltageSensor:didUpdateMilliVolts:

Invoked when the LEVoltageSensor receives an updated value

- (void)voltageSensor:(LEVoltageSensor *)sensor didUpdateMilliVolts:(CGFloat)milliVolts

Parameters

sensor

The sensor that has a new value

milliVolts

The new voltage value in milli volts

Discussion

Invoked when the LEVoltageSensor receives an updated value

Declared In

LEVoltageSensor.h