Conforms to LEServiceDelegate
Declared in LECurrentSensor.h

Overview

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

Instance Methods

currentSensor:didUpdateMilliAmp:

Invoked when the LECurrentSensor receives an updated value

- (void)currentSensor:(LECurrentSensor *)sensor didUpdateMilliAmp:(CGFloat)milliAmp

Parameters

sensor

The sensor that has a new value

milliAmp

The new current value in milli amp

Discussion

Invoked when the LECurrentSensor receives an updated value

Declared In

LECurrentSensor.h