java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.configuration.Wifi802Dot11Mode |
Enum Wifi802Dot11Mode
defines the allowed values for settings property WIFI_802_DOT_11_MODE
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding Wifi802Dot11Mode value, from a valid integer.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Enables only the 802.11 modes (b/g/a).
Enables only the 802.11 modes (b/g/n/a, AKA Wi-Fi 4).
Enables only the 802.11 modes (b/g/n/a/ac, AKA Wi-Fi 5).
Enables only the 802.11 modes (b/g/n/a/ax, AKA Wi-Fi 6).
Enables all the 802.11 modes (b/g/n/a/ac/ax).
Enables only the 802.11 modes (b).
Enables only the 802.11 modes (b/g).
Retrieves the corresponding Wifi802Dot11Mode value, from a valid integer.
n | int |
---|