/**@class android.net.DhcpInfo
 implements android.os.Parcelable

@extends java.lang.Object

 A simple object for retrieving the results of a DHCP request.
*/
var DhcpInfo = {

/***/
ipAddress : "null",
/***/
gateway : "null",
/***/
netmask : "null",
/***/
dns1 : "null",
/***/
dns2 : "null",
/***/
serverAddress : "null",
/***/
leaseDuration : "null",
/**Implement the Parcelable interface {@hide} */
CREATOR : "null",
/**
*/
toString : function(  ) {},

/**Implement the Parcelable interface {@hide}
*/
describeContents : function(  ) {},

/**Implement the Parcelable interface {@hide}
*/
writeToParcel : function(  ) {},


};