Package | Description |
---|---|
com.eurotech.framework.net.wifi |
Provides interfaces for instances and configurations of wifi devices.
|
Modifier and Type | Method and Description |
---|---|
WifiMode |
WifiInterfaceAddress.getMode()
The operating mode of the wireless device.
|
WifiMode |
WifiConfig.getMode() |
WifiMode |
WifiAccessPoint.getMode()
Describes the operating mode of the access point.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static int |
WifiMode.getCode(WifiMode wifiMode) |
void |
WifiConfig.setMode(WifiMode mode) |
Constructor and Description |
---|
WifiConfig(WifiMode mode,
String ssid,
int[] channels,
WifiSecurity security,
String passkey,
String hwMode,
boolean broadcast,
WifiBgscan bgscan) |
Copyright © 2013. All Rights Reserved.