battery_info_get_battery_full_available_capacity()

Retrieve the battery full available capacity.

Synopsis:

#include <bps/battery.h>
 
BPS_API int battery_info_get_battery_full_available_capacity(battery_info_t *info)

Since:

BlackBerry 10.2.0

Arguments:

info

The battery_info_t structure to get the battery full available capacity from.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The battery_info_get_battery_full_available_capacity() function retrieves the uncompensated capacity of the battery when fully charged from a battery_info_t structure. The battery full available capacity is reported in milliampere-hours (mAh).

Returns:

The battery full available capacity or BATTERY_INVALID_VALUE if the battery full available capacity is not available.