public
class
DhcpInfo
extends Object
implements
Parcelable
A simple object for retrieving the results of a DHCP request.
Summary
Inherited constants | ||||
|---|---|---|---|---|
|
From interface
|
Fields | |
|---|---|
public
static
final
Creator<DhcpInfo> |
CREATOR
Implement the Parcelable interface |
public
int |
dns1
|
public
int |
dns2
|
public
int |
gateway
|
public
int |
ipAddress
|
public
int |
leaseDuration
|
public
int |
netmask
|
public
int |
serverAddress
|
Public constructors | |
|---|---|
DhcpInfo()
|
|
Public methods | |
|---|---|
int
|
describeContents()
Implement the Parcelable interface |
String
|
toString()
Returns a string representation of the object. |
void
|
writeToParcel(Parcel dest, int flags)
Implement the Parcelable interface |
Inherited methods | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
From class
| |||||||||||||||||||||||
|
From interface
| |||||||||||||||||||||||
Fields
gateway
public int gateway
ipAddress
public int ipAddress
leaseDuration
public int leaseDuration
netmask
public int netmask
serverAddress
public int serverAddress
Public constructors
DhcpInfo
public DhcpInfo ()
Public methods
describeContents
public int describeContents ()
Implement the Parcelable interface
| Returns | |
|---|---|
int |
a bitmask indicating the set of special object types marshaled
by this Parcelable object instance.
Value is either 0 or
|