src/eric7/Documentation/Source/eric7.MicroPython.EthernetDialogs.IPv4AddressDialog.html

branch
eric7
changeset 10153
ffe7432f716b
parent 9878
a82014a9e57b
child 10479
856476537696
equal deleted inserted replaced
10152:33e7b9d3f91c 10153:ffe7432f716b
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>

eric ide

mercurial