Click or drag to resize

PropertyID.PowerSmartChargeDischargeDelay Field

This property defines the maximum time to keep the battery at 100% charge, while charging.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 PowerSmartChargeDischargeDelay = "value"

Field Value

Type: Int32
Remarks
This property defines the maximum time to keep the battery at 100% charge, while charging.

Once fully charged, the device will stay at 100% for the duration configured by this property. After this period, the device will discharge to a safe level and recharge as a new working window approaches. The duration is measured in seconds.

This property is effective if the smart charging is enabled using POWER_SMART_CHARGE_ENABLE.

The class of the property is NumericProperty.

[Android Documentation]

See Also