| 
    Gammu API
    1.38.0
    
   | 
 
#include <gammu-info.h>
Data Fields | |
| int | BatteryPercent | 
| GSM_ChargeState | ChargeState | 
| int | BatteryVoltage | 
| int | ChargeVoltage | 
| int | ChargeCurrent | 
| int | PhoneCurrent | 
| int | BatteryTemperature | 
| int | PhoneTemperature | 
| int | BatteryCapacity | 
| GSM_BatteryType | BatteryType | 
Battery status
Definition at line 236 of file gammu-info.h.
| int GSM_BatteryCharge::BatteryCapacity | 
Remaining battery capacity (in mAh)
Definition at line 272 of file gammu-info.h.
| int GSM_BatteryCharge::BatteryPercent | 
Signal strength in percent, -1 = unknown
Definition at line 240 of file gammu-info.h.
| int GSM_BatteryCharge::BatteryTemperature | 
Battery temperature (in degrees Celsius)
Definition at line 264 of file gammu-info.h.
| GSM_BatteryType GSM_BatteryCharge::BatteryType | 
Battery type
Definition at line 276 of file gammu-info.h.
| int GSM_BatteryCharge::BatteryVoltage | 
Current battery voltage (in mV).
Definition at line 248 of file gammu-info.h.
| int GSM_BatteryCharge::ChargeCurrent | 
Current from charger (in mA)
Definition at line 256 of file gammu-info.h.
| GSM_ChargeState GSM_BatteryCharge::ChargeState | 
Charge state
Definition at line 244 of file gammu-info.h.
| int GSM_BatteryCharge::ChargeVoltage | 
Voltage from charger (in mV)
Definition at line 252 of file gammu-info.h.
| int GSM_BatteryCharge::PhoneCurrent | 
Phone current consumption (in mA)
Definition at line 260 of file gammu-info.h.
| int GSM_BatteryCharge::PhoneTemperature | 
Phone temperature (in degrees Celsius)
Definition at line 268 of file gammu-info.h.