|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WifiRadioMode | |
---|---|
com.eurotech.framework.net.wifi | Provides interfaces for instances and configurations of wifi devices. |
Uses of WifiRadioMode in com.eurotech.framework.net.wifi |
---|
Methods in com.eurotech.framework.net.wifi that return WifiRadioMode | |
---|---|
WifiRadioMode |
WifiConfig.getRadioMode()
|
static WifiRadioMode |
WifiRadioMode.parseCode(int code)
|
static WifiRadioMode |
WifiRadioMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WifiRadioMode[] |
WifiRadioMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.eurotech.framework.net.wifi with parameters of type WifiRadioMode | |
---|---|
static int |
WifiRadioMode.getCode(WifiRadioMode radioMode)
|
void |
WifiConfig.setRadioMode(WifiRadioMode radioMode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |