Retrieve the system input current monitor.
#include <bps/battery.h>
BPS_API int battery_info_get_system_input_current_monitor(battery_info_t *info)
BlackBerry 10.2.0
The battery_info_t structure to get the system input current monitor from.
The battery_info_get_system_input_current_monitor() function retrieves the actual current drawn from the charger source from a battery_info_t structure. The system input current monitor is reported in milliamperes (mA).
The system input current monitor or BATTERY_INVALID_VALUE if the system input current monitor is not available.