java.lang.Object | |
↳ | com.ardic.android.parcelables.WifiConfigBasic |
Implementation of Parcelable Interface for Wi-Fi Configuration Basic.
See also:
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WifiConfigBasic.SecurityType | This enum is for Wi-Fi APN Security Types. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor method.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns Wi-Fi APN network ID.
| |||||||||||
Returns Wi-Fi APN Preshared key.
| |||||||||||
Returns Wi-Fi APN security type
| |||||||||||
Returns The network's SSID.
| |||||||||||
Gets Wi-Fi APN Hidden attribute
| |||||||||||
Sets Wi-Fi APN Hidden attribute
| |||||||||||
Sets Wi-Fi APN Security Type.
| |||||||||||
Sets The network's SSID.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Constructor method.
Parameters | |
---|---|
ssid |
String :
Wi-Fi APN SSID |
psk |
String :
Wi-Fi APN Preshared Key. |
securityType |
WifiConfigBasic.SecurityType :
Wi-Fi APN Security Type |
Returns Wi-Fi APN network ID.
Returns | |
---|---|
int |
netId Wi-Fi Network ID. |
Returns Wi-Fi APN Preshared key. When the value of this key is read, the actual key is not returned, just a "*" if the key has a value, or the null string otherwise.
Returns | |
---|---|
String |
the psk. Wi-Fi APN Preshared key. |
Returns Wi-Fi APN security type
Returns | |
---|---|
WifiConfigBasic.SecurityType |
Wi-Fi APN security type |
Returns The network's SSID.
Returns | |
---|---|
String |
ssid Wi-Fi SSID |
Returns | |
---|---|
int |
Gets Wi-Fi APN Hidden attribute
Returns | |
---|---|
boolean |
the mHidden |
Sets Wi-Fi APN Hidden attribute
Parameters | |
---|---|
hidden |
boolean :
the mHidden to set
|
Parameters | |
---|---|
psk |
String :
the psk to set. Password must be an ASCII string enclosed in double quotation
marks (e.g., "abcdef").
|
Sets Wi-Fi APN Security Type.
Parameters | |
---|---|
securityType |
WifiConfigBasic.SecurityType :
SecurityType of Wi-Fi APN
|
See also:
Sets The network's SSID.
Parameters | |
---|---|
ssid |
String :
Wi-Fi APN SSID
|
Parameters | |
---|---|
dest |
Parcel
|
flags |
int
|