Click or drag to resize

PropertyID.StartChargingLedEnabled Field

Administrative Settings: For devices managed by an organization, administrative policies might require to provide visual feedback to the user about the start of 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 StartChargingLedEnabled = "value"

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to provide visual feedback to the user about the start of charging.

Start charging LED property refers to enabling or disabling the LED that lights up when the device begins charging.

When enabled, the LED will blink green once to notify the use that the device is successfully connected to a power source and charging has started.

The class of the property is BooleanProperty.

[Android Documentation]

See Also