public enum WifiRadioMode extends java.lang.Enum<WifiRadioMode>
| Enum Constant and Description |
|---|
RADIO_MODE_80211_AC |
RADIO_MODE_80211a |
RADIO_MODE_80211b |
RADIO_MODE_80211g |
RADIO_MODE_80211nHT20 |
RADIO_MODE_80211nHT40above |
RADIO_MODE_80211nHT40below |
| Modifier and Type | Method and Description |
|---|---|
static int |
getCode(WifiRadioMode radioMode) |
static WifiRadioMode |
parseCode(int code) |
static WifiRadioMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WifiRadioMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WifiRadioMode RADIO_MODE_80211a
public static final WifiRadioMode RADIO_MODE_80211b
public static final WifiRadioMode RADIO_MODE_80211g
public static final WifiRadioMode RADIO_MODE_80211nHT20
public static final WifiRadioMode RADIO_MODE_80211nHT40below
public static final WifiRadioMode RADIO_MODE_80211nHT40above
public static final WifiRadioMode RADIO_MODE_80211_AC
public static WifiRadioMode[] values()
for (WifiRadioMode c : WifiRadioMode.values()) System.out.println(c);
public static WifiRadioMode 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 nullpublic static WifiRadioMode parseCode(int code)
public static int getCode(WifiRadioMode radioMode)