Retrieve the system minimum voltage.
#include <bps/battery.h>
BPS_API int battery_info_get_system_min_voltage(battery_info_t *info)
BlackBerry 10.2.0
The battery_info_t structure to get the system minimum voltage from.
The battery_info_get_system_min_voltage() function retrieves the minimum voltage required for the device to run from a battery_info_t structure. The system minimum voltage is reported in millivolts (mV).
The system minimum voltage or BATTERY_INVALID_VALUE if the system minimum voltage is not available.