Use CHWRMPower::StopAveragePowerReportingL() to stop battery voltage and battery consumption measurements.
Use CHWRMPower::StopChargingNotification (TBatteryChargingNotifier aNotifier) to stop receiving battery charging notifications.
The following code snippet demonstrates how to stop notifications on charging status, charging current and remaining charging time:
// Stop receiving battery charging notification iPower->StopChargingNotification( CHWRMPower::EChargingNotifierChargingCurrent ); // Stop receiving battery charging time notification iPower->StopChargingNotification( CHWRMPower::EChargingNotifierBatteryFullChargingTime );
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.