Click or drag to resize

BatteryInfo Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.BatteryBatteryInfo

Namespace:  Com.Datalogic.Device.Battery
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class BatteryInfo : Enum

The BatteryInfo type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCapacityFull
Last remembered value of charge in when battery became full/empty in mAh.
Public propertyStatic memberCapacityRemaining
The instantaneous value of the remaining available capacity of the battery in mAh.
Public propertyStatic memberChargeCurrentMax
The value of the maximum charge current recorded by the battery during its life (in mA).
Public propertyStatic memberDischargeCurrentMax
The value of the maximum discharge current recorded by the battery during its life (in mA).
Public propertyStatic memberFullCapacityDesign
The capacity by desing of the battery in mAh.
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberManufacturer
The battery pack manufacturer name as set internally in the battery pack by the manufacturer.
Public propertyStatic memberModelName
The battery model name as set internally in the battery pack by the manufacturer.
Public propertyStatic memberProductionMonth
The month of the production of the battery.
Public propertyStatic memberProductionWeek
The week of the production of the battery.
Public propertyStatic memberProductionYear
The year of the production of the battery.
Public propertyStatic memberProductNumber
The battery product number as set internally in the battery pack by the manufacturer.
Public propertyStatic memberSerialNumber
The battery serial number as set internally in the battery pack by the manufacturer.
Public propertyStatic memberStateOfHealth
The percentage of the state of health of the battery.
Public propertyStatic memberTechnology
The battery technology as set internally in the battery pack by the manufacturer.
Public propertyStatic memberTemperatureMax
The value of the maximum temperature recorded by the battery during its life (in 0.
Public propertyStatic memberTemperatureMin
The value of the minimum temperature recorded by the battery during its life (in 0.
Public propertyStatic memberTimeToEmpty
The estimated time left for battery to be considered empty (in seconds).
Public propertyStatic memberTotalDischarge
The value of the total amount of discharge current (in 0.
Public propertyStatic memberVoltageMax
The value of the maximum voltage recorded by the battery during its life (in mV).
Public propertyStatic memberVoltageMin
The value of the minimum voltage recorded by the battery during its life (in mV).
Top
Methods
  NameDescription
Public methodStatic memberFromInt
Retrieves the corresponding BatteryInfo value, from a valid integer.
Public methodToInt
Converts the BatteryInfo to its integer corresponding value.
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
The BatteryInfo enumeration is the class that includes the battery info.

[Android Documentation]

See Also