BatteryStatusTotalDischarge Property |
Returns the value of the total amount of discharge current caused the charging cycles of the battery.
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 int TotalDischarge { get; }
Public ReadOnly Property TotalDischarge As Integer
Get
Property Value
Type:
Int32int
The total amount of discharge current in 0.1 Ah.
Remarks Returns the value of the total amount of discharge current caused the charging cycles of the battery.
[Android Documentation]
See Also