public class JsonWifiConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.json.JSONObject |
jsonWifiConfiguration |
protected android.net.wifi.WifiConfiguration |
wifiConfiguration |
Modifier and Type | Method and Description |
---|---|
android.net.wifi.WifiConfiguration |
fromJson() |
static JsonWifiConfiguration |
getInstance(org.json.JSONObject jsonWifiConfiguration) |
static JsonWifiConfiguration |
getInstance(android.net.wifi.WifiConfiguration wifiConfiguration) |
org.json.JSONObject |
toJson() |
protected android.net.wifi.WifiConfiguration wifiConfiguration
protected org.json.JSONObject jsonWifiConfiguration
public android.net.wifi.WifiConfiguration fromJson() throws org.json.JSONException
org.json.JSONException
public org.json.JSONObject toJson() throws org.json.JSONException
org.json.JSONException
public static JsonWifiConfiguration getInstance(android.net.wifi.WifiConfiguration wifiConfiguration)
public static JsonWifiConfiguration getInstance(org.json.JSONObject jsonWifiConfiguration)