public enum WifiRadioMode extends Enum<WifiRadioMode>
Enum Constant and Description |
---|
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(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 WifiRadioMode[] values()
for (WifiRadioMode c : WifiRadioMode.values()) System.out.println(c);
public static WifiRadioMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static WifiRadioMode parseCode(int code)
public static int getCode(WifiRadioMode radioMode)
Copyright © 2013. All Rights Reserved.