public final enum

WifiPowerSave

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.device.configuration.WifiPowerSave

Class Overview

Enum WifiPowerSave defines the allowed values for settings property WIFI_POWER_SAVE

Summary

Enum Values
WifiPowerSave  WIFI_POWER_SAVE_DISABLED  Power Save mode disabled. 
WifiPowerSave  WIFI_POWER_SAVE_ENABLED  Power Save mode enabled with default power consumpsion level. 
WifiPowerSave  WIFI_POWER_SAVE_ENABLED_VOIP_CALLS  Power Save mode enabled with power consumpsion level set to avoid performance degradation in the VoIP call . 
Public Methods
static WifiPowerSave fromInt(int n)
Retrieves the corresponding WifiPowerSave value, from a valid integer.
int toInt()
Converts the WifiPowerSave to its integer corresponding value.
static WifiPowerSave valueOf(String name)
final static WifiPowerSave[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final WifiPowerSave WIFI_POWER_SAVE_DISABLED

Added in revision 27

Power Save mode disabled.

public static final WifiPowerSave WIFI_POWER_SAVE_ENABLED

Added in revision 29

Power Save mode enabled with default power consumpsion level.

public static final WifiPowerSave WIFI_POWER_SAVE_ENABLED_VOIP_CALLS

Added in revision 29

Power Save mode enabled with power consumpsion level set to avoid performance degradation in the VoIP call .

Public Methods

public static WifiPowerSave fromInt (int n)

Added in revision 27

Retrieves the corresponding WifiPowerSave value, from a valid integer.

Parameters
n int
Returns
  • WifiPowerSave the corresponding one.

public int toInt ()

Added in revision 27

Converts the WifiPowerSave to its integer corresponding value.

Returns
  • int

public static WifiPowerSave valueOf (String name)

Added in revision 27

public static final WifiPowerSave[] values ()

Added in revision 27