Click or drag to resize

BatteryStatus Class

Inheritance Hierarchy
Object
  Com.Datalogic.Device.BatteryBatteryStatus

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 BatteryStatus : Object

The BatteryStatus type exposes the following members.

Constructors
  NameDescription
Public methodBatteryStatus
Initializes a new instance of the BatteryStatus class
Top
Properties
  NameDescription
Public propertyBatteryStateOfHealth
Returns the percentage of the state of health of the battery.
Public propertyCapacityFull
Returns last remembered value of charge in when battery became full/empty.
Public propertyCapacityRemaining
Returns the instantaneous value of the remaining available capacity of the battery.
Public propertyChargeCurrentMax
Returns the value of the maximum current recorded by the battery.
Public propertyDischargeCurrentMax
Returns the value of the maximum discharge current recorded by the battery.
Public propertyJniPeerMembers
To be added.
Public propertyTemperatureMax
Returns the value of the maximum temperature recorded by the battery.
Public propertyTemperatureMin
Returns the value of the minimum temperature recorded by the battery.
Public propertyTimeToEmpty
Returns the time left for battery to be considered empty.
Public propertyTotalDischarge
Returns the value of the total amount of discharge current caused the charging cycles of the battery.
Public propertyVoltageMax
Returns the value of the maximum voltage recorded by the battery.
Public propertyVoltageMin
Returns the value of the minimum voltage recorded by the battery.
Top
Remarks
The BatteryStatus provides information related to the battery lifetime and realtime values.

[Android Documentation]

See Also