public class DhcpInfo extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
int |
dns1 |
int |
dns2 |
int |
gateway |
int |
ipAddress |
int |
leaseDuration |
int |
netmask |
int |
serverAddress |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
DhcpInfo() |
public int ipAddress
public int gateway
public int netmask
public int dns1
public int dns2
public int serverAddress
public int leaseDuration
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.