public final enum

Wifi802Dot11Mode

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

Class Overview

Enum Wifi802Dot11Mode defines the allowed values for settings property WIFI_802_DOT_11_MODE

Summary

Enum Values
Wifi802Dot11Mode  WIFI_802_DOT_11_ABG  Enables only the 802.11 modes (b/g/a). 
Wifi802Dot11Mode  WIFI_802_DOT_11_ABGN  Enables only the 802.11 modes (b/g/n/a, AKA Wi-Fi 4). 
Wifi802Dot11Mode  WIFI_802_DOT_11_ABGNAC  Enables only the 802.11 modes (b/g/n/a/ac, AKA Wi-Fi 5). 
Wifi802Dot11Mode  WIFI_802_DOT_11_ABGNAX  Enables only the 802.11 modes (b/g/n/a/ax, AKA Wi-Fi 6). 
Wifi802Dot11Mode  WIFI_802_DOT_11_ALL_ENABLED  Enables all the 802.11 modes (b/g/n/a/ac/ax). 
Wifi802Dot11Mode  WIFI_802_DOT_11_B  Enables only the 802.11 modes (b). 
Wifi802Dot11Mode  WIFI_802_DOT_11_BG  Enables only the 802.11 modes (b/g). 
Public Methods
static Wifi802Dot11Mode fromOrdinal(int n)
Retrieves the corresponding Wifi802Dot11Mode value, from a valid integer.
static Wifi802Dot11Mode valueOf(String name)
final static Wifi802Dot11Mode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Wifi802Dot11Mode WIFI_802_DOT_11_ABG

Added in revision 27

Enables only the 802.11 modes (b/g/a).

public static final Wifi802Dot11Mode WIFI_802_DOT_11_ABGN

Added in revision 27

Enables only the 802.11 modes (b/g/n/a, AKA Wi-Fi 4).

public static final Wifi802Dot11Mode WIFI_802_DOT_11_ABGNAC

Added in revision 35

Enables only the 802.11 modes (b/g/n/a/ac, AKA Wi-Fi 5).

public static final Wifi802Dot11Mode WIFI_802_DOT_11_ABGNAX

Added in revision 35

Enables only the 802.11 modes (b/g/n/a/ax, AKA Wi-Fi 6).

public static final Wifi802Dot11Mode WIFI_802_DOT_11_ALL_ENABLED

Added in revision 27

Enables all the 802.11 modes (b/g/n/a/ac/ax).

public static final Wifi802Dot11Mode WIFI_802_DOT_11_B

Added in revision 27

Enables only the 802.11 modes (b).

public static final Wifi802Dot11Mode WIFI_802_DOT_11_BG

Added in revision 27

Enables only the 802.11 modes (b/g).

Public Methods

public static Wifi802Dot11Mode fromOrdinal (int n)

Added in revision 27

Retrieves the corresponding Wifi802Dot11Mode value, from a valid integer.

Parameters
n int
Returns
  • WifiBandSelection the corresponding one.

public static Wifi802Dot11Mode valueOf (String name)

Added in revision 27

public static final Wifi802Dot11Mode[] values ()

Added in revision 27