android.net
Class DhcpInfo

java.lang.Object
  extended by android.net.DhcpInfo
All Implemented Interfaces:
Parcelable

public class DhcpInfo
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
 int dns1
           
 int dns2
           
 int gateway
           
 int ipAddress
           
 int leaseDuration
           
 int netmask
           
 int serverAddress
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
DhcpInfo()
           
 
Method Summary
 int describeContents()
           
 String toString()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ipAddress

public int ipAddress

gateway

public int gateway

netmask

public int netmask

dns1

public int dns1

dns2

public int dns2

serverAddress

public int serverAddress

leaseDuration

public int leaseDuration
Constructor Detail

DhcpInfo

public DhcpInfo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface Parcelable


Copyright © 2008-2012. All Rights Reserved.