Click or drag to resize

PropertyID.WifiPowerSave Field

Selects the power saving mode used.

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 WifiPowerSave = "value"

Field Value

Type: Int32
Remarks
Selects the power saving mode used. This parameter enables the power save mode and controls which kind of power save is used.

The class of the property is EnumProperty. The allowed values are defined by enum WifiPowerSave. The default value is set to WifiPowerSave.WIFI_POWER_SAVE_ENABLED, if you notice a degradation in the VoIP call performance change the value to {WifiPowerSave#WIFI_POWER_SAVE_ENABLED_VOIP_CALLS}.

[Android Documentation]

See Also