Click or drag to resize

BatteryInfo Class

The enumeration is the class that includes the battery info.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Battery.BatteryInfo

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 class BatteryInfo : Enum

The BatteryInfo type exposes the following members.

Properties
NameDescription
Public propertyCapacityFull
To be added.
Public propertyCapacityRemaining
To be added.
Public propertyChargeCurrentMax
To be added.
Public propertyChargeCycles
To be added.
Public propertyDischargeCurrentMax
To be added.
Public propertyFirmwareVersion
To be added.
Public propertyFullCapacityDesign
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyManufacturer
The battery pack manufacturer name as set internally in the battery pack by the manufacturer.
Public propertyModelName
To be added.
Public propertyProductionMonth
To be added.
Public propertyProductionWeek
To be added.
Public propertyProductionYear
To be added.
Public propertyProductNumber
To be added.
Public propertyRatedCapacity
To be added.
Public propertySerialNumber
To be added.
Public propertyStateOfHealth
To be added.
Public propertyTechnology
The battery technology as set internally in the battery pack by the manufacturer.
Public propertyTemperatureMax
To be added.
Public propertyTemperatureMin
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyTimeToEmpty
To be added.
Public propertyTotalDischarge
To be added.
Public propertyTypicalCapacity
To be added.
Public propertyVoltageMax
To be added.
Public propertyVoltageMin
To be added.
Top
Methods
NameDescription
Public methodFromInt
Retrieves the corresponding BatteryInfo value, from a valid integer.
Public methodToInt
Converts the BatteryInfo to its integer corresponding value.
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
The BatteryInfo enumeration is the class that includes the battery info.

[Android Documentation]

See Also