Click or drag to resize

BatteryStatus Class

The provides information related to the battery lifetime and realtime values.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Battery.BatteryStatus

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 BatteryStatus

The BatteryStatus type exposes the following members.

Constructors
NameDescription
Public methodBatteryStatus
Initializes a new instance of the BatteryStatus class
Top
Properties
NameDescription
Public propertyBatteryStateOfHealth
To be added.
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 propertyJniPeerMembers
To be added.
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 propertyVoltageMax
To be added.
Public propertyVoltageMin
To be added.
Top
Remarks
The BatteryStatus provides information related to the battery lifetime and realtime values.

[Android Documentation]

See Also