106 Public method to get the entered IPv4 address. |
106 Public method to get the entered IPv4 address. |
107 </p> |
107 </p> |
108 <dl> |
108 <dl> |
109 <dt>Return:</dt> |
109 <dt>Return:</dt> |
110 <dd> |
110 <dd> |
111 tuple containing the IPv4 address, the netmask, the gateway address and |
111 tuple containing a tuple of the IPv4 address, the netmask, the gateway |
112 the resolver address or the string 'dhcp' if dynamic addressing was selected |
112 address and the resolver address or the string 'dhcp' if dynamic addressing |
|
113 was selected and the hostname for the device |
113 </dd> |
114 </dd> |
114 </dl> |
115 </dl> |
115 <dl> |
116 <dl> |
116 <dt>Return Type:</dt> |
117 <dt>Return Type:</dt> |
117 <dd> |
118 <dd> |
118 tuple (str, str, str, str) or str |
119 tuple of ((str, str, str, str), str) or (str, str) |
119 </dd> |
120 </dd> |
120 </dl> |
121 </dl> |
121 <div align="right"><a href="#top">Up</a></div> |
122 <div align="right"><a href="#top">Up</a></div> |
122 <hr /> |
123 <hr /> |
123 </body></html> |
124 </body></html> |