|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WifiMode | |
|---|---|
| com.eurotech.framework.net.wifi | Provides interfaces for instances and configurations of wifi devices. |
| Uses of WifiMode in com.eurotech.framework.net.wifi |
|---|
| Methods in com.eurotech.framework.net.wifi that return WifiMode | |
|---|---|
WifiMode |
WifiAccessPoint.getMode()
Describes the operating mode of the access point. |
WifiMode |
WifiConfig.getMode()
|
WifiMode |
WifiInterfaceAddress.getMode()
The operating mode of the wireless device. |
static WifiMode |
WifiMode.parseCode(int code)
|
static WifiMode |
WifiMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WifiMode[] |
WifiMode.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 WifiMode | |
|---|---|
static int |
WifiMode.getCode(WifiMode wifiMode)
|
void |
WifiConfig.setMode(WifiMode mode)
|
| Constructors in com.eurotech.framework.net.wifi with parameters of type WifiMode | |
|---|---|
WifiConfig(WifiMode mode,
String ssid,
int[] channels,
WifiSecurity security,
String passkey,
String hwMode,
boolean broadcast,
WifiBgscan bgscan)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||