BatteryInfo Class |
Namespace: Com.Datalogic.Device.Battery
The BatteryInfo type exposes the following members.
Name | Description | |
---|---|---|
CapacityFull | Last remembered value of charge in when battery became full/empty in mAh. | |
CapacityRemaining | The instantaneous value of the remaining available capacity of the battery in mAh. | |
ChargeCurrentMax | The value of the maximum charge current recorded by the battery during its life (in mA). | |
DischargeCurrentMax | The value of the maximum discharge current recorded by the battery during its life (in mA). | |
FullCapacityDesign | The capacity by desing of the battery in mAh. | |
JniPeerMembers | To be added. | |
Manufacturer | The battery pack manufacturer name as set internally in the battery pack by the manufacturer. | |
ModelName | The battery model name as set internally in the battery pack by the manufacturer. | |
ProductionMonth | The month of the production of the battery. | |
ProductionWeek | The week of the production of the battery. | |
ProductionYear | The year of the production of the battery. | |
ProductNumber | The battery product number as set internally in the battery pack by the manufacturer. | |
SerialNumber | The battery serial number as set internally in the battery pack by the manufacturer. | |
StateOfHealth | The percentage of the state of health of the battery. | |
Technology | The battery technology as set internally in the battery pack by the manufacturer. | |
TemperatureMax | The value of the maximum temperature recorded by the battery during its life (in 0. | |
TemperatureMin | The value of the minimum temperature recorded by the battery during its life (in 0. | |
TimeToEmpty | The estimated time left for battery to be considered empty (in seconds). | |
TotalDischarge | The value of the total amount of discharge current (in 0. | |
VoltageMax | The value of the maximum voltage recorded by the battery during its life (in mV). | |
VoltageMin | The value of the minimum voltage recorded by the battery during its life (in mV). |
Name | Description | |
---|---|---|
FromInt | Retrieves the corresponding BatteryInfo value, from a valid integer. | |
ToInt | Converts the BatteryInfo to its integer corresponding value. | |
ValueOf | Returns the enum constant of this type with the specified name. | |
Values | Returns an array containing the constants of this enum type, in
the order they are declared. |