public final enum

WifiRoamingProfile

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

Class Overview

Enum WifiRoamingProfile defines the Roaming profiles that can be used for settings property WIFI_ROAMING_PROFILE

Summary

Enum Values
WifiRoamingProfile  AGGRESSIVE  Agressive Roaming profile. 
WifiRoamingProfile  CUSTOM  Custom Roaming profile: the values of the Roaming settings will be applied unsing the values of Roaming RSSI Threshold and Roaming RSSI Difference settings. 
WifiRoamingProfile  LEGACY  Legacy Roaming profile. 
WifiRoamingProfile  SLOW  Slow Roaming profile. 
WifiRoamingProfile  STANDARD  Standard Roaming profile. 
Public Methods
static WifiRoamingProfile valueOf(String name)
final static WifiRoamingProfile[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final WifiRoamingProfile AGGRESSIVE

Added in revision 29

Agressive Roaming profile.

public static final WifiRoamingProfile CUSTOM

Added in revision 29

Custom Roaming profile: the values of the Roaming settings will be applied unsing the values of Roaming RSSI Threshold and Roaming RSSI Difference settings.

public static final WifiRoamingProfile LEGACY

Added in revision 35

Legacy Roaming profile.

public static final WifiRoamingProfile SLOW

Added in revision 29

Slow Roaming profile.

public static final WifiRoamingProfile STANDARD

Added in revision 29

Standard Roaming profile.

Public Methods

public static WifiRoamingProfile valueOf (String name)

Added in revision 29

public static final WifiRoamingProfile[] values ()

Added in revision 29