public enum WifiRadioType extends java.lang.Enum<WifiRadioType>
| Enum Constant and Description |
|---|
UNEXPECTED_VALUE
For WifiRadioType values that were not expected from the service
|
UNKNOWN
unknown
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
WIFI80211A
wifi80211a
|
WIFI80211AC
wifi80211ac
|
WIFI80211AX
wifi80211ax
|
WIFI80211B
wifi80211b
|
WIFI80211G
wifi80211g
|
WIFI80211N
wifi80211n
|
| Modifier and Type | Method and Description |
|---|---|
static WifiRadioType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WifiRadioType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WifiRadioType UNKNOWN
public static final WifiRadioType WIFI80211A
public static final WifiRadioType WIFI80211B
public static final WifiRadioType WIFI80211G
public static final WifiRadioType WIFI80211N
public static final WifiRadioType WIFI80211AC
public static final WifiRadioType WIFI80211AX
public static final WifiRadioType UNKNOWN_FUTURE_VALUE
public static final WifiRadioType UNEXPECTED_VALUE
public static WifiRadioType[] values()
for (WifiRadioType c : WifiRadioType.values()) System.out.println(c);
public static WifiRadioType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null