java.lang.Object | |
↳ | com.ardic.android.parcelables.WifiConfigIps |
Implementation of Parcelable Interface for Wi-Fi Configuration Ip settings
See also:
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor method for Wi-Fi APN Configuration attributes related to IP assignment.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns primary DNS Ip address.
| |||||||||||
Returns secondary DNS Ip address.
| |||||||||||
Returns Gateway Ip address for the Wi-Fi APN.
| |||||||||||
Returns Ip address of the device for the Wi-Fi APN.
| |||||||||||
Returns Network Prefix i.e.
| |||||||||||
Sets primary DNS Ip address.
| |||||||||||
Sets secondary DNS Ip address.
| |||||||||||
Sets Gateway Ip address for the Wi-Fi APN.
| |||||||||||
Sets Ip address of the device for the Wi-Fi APN.
| |||||||||||
Sets Network Prefix i.e.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Constructor method for Wi-Fi APN Configuration attributes related to IP assignment.
Parameters | |
---|---|
ipAddress |
String :
IP address given to the device. |
gateway |
String :
default gateway address. |
netPrefix |
int :
subnet prefix. |
dns1 |
String :
primary DNS address. |
dns2 |
String :
secondary DNS address.
|
Returns primary DNS Ip address.
Returns | |
---|---|
String |
dns1 primary DNS Ip address. |
Returns secondary DNS Ip address.
Returns | |
---|---|
String |
dns2 secondary DNS Ip address. |
Returns Gateway Ip address for the Wi-Fi APN.
Returns | |
---|---|
String |
Gateway Ip address for the Wi-Fi APN. |
Returns Ip address of the device for the Wi-Fi APN.
Returns | |
---|---|
String |
Ip address of the device for the Wi-Fi APN. |
Returns Network Prefix i.e. how many bits of Ip address will be used to define subnet. For example for Class C networks netPrefix is 24.
Returns | |
---|---|
int |
Network Prefix for the Wi-Fi APN. |
Sets primary DNS Ip address.
Parameters | |
---|---|
dns1 |
String :
primary DNS Ip address.
|
Sets secondary DNS Ip address.
Parameters | |
---|---|
dns2 |
String :
secondary DNS Ip address.
|
Sets Gateway Ip address for the Wi-Fi APN.
Parameters | |
---|---|
gateway |
String :
Gateway Ip address for the Wi-Fi APN.
|
Sets Ip address of the device for the Wi-Fi APN.
Parameters | |
---|---|
ipAddress |
String :
Ip address of the device for the Wi-Fi APN.
|
Sets Network Prefix i.e. how many bits of Ip address will be used to define subnet. For example for Class C networks netPrefix is 24.
Parameters | |
---|---|
netPrefix |
int :
for the Wi-Fi APN.
|
Parameters | |
---|---|
dest |
Parcel
|
flags |
int
|