LEVoltageSensorDelegate Protocol Reference
Conforms to | LEServiceDelegate |
Declared in | LEVoltageSensor.h |
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