Documentation/Source/eric5.Debugger.DebugServer.html

branch
5_1_x
changeset 1182
86d320b21279
parent 1004
9ff75adb6170
child 1278
fb0460fd00b9
--- a/Documentation/Source/eric5.Debugger.DebugServer.html	Sun Jul 17 18:10:54 2011 +0200
+++ b/Documentation/Source/eric5.Debugger.DebugServer.html	Sun Jul 17 18:26:48 2011 +0200
@@ -210,6 +210,9 @@
 <td><a href="#DebugServer.__deleteWatchPoints">__deleteWatchPoints</a></td>
 <td>Private slot to delete watch expressions.</td>
 </tr><tr>
+<td><a href="#DebugServer.__getNetworkInterfaceAndIndex">__getNetworkInterfaceAndIndex</a></td>
+<td>Private method to determine the network interface and the interface index.</td>
+</tr><tr>
 <td><a href="#DebugServer.__makeWatchCondition">__makeWatchCondition</a></td>
 <td>Private method to construct the condition string.</td>
 </tr><tr>
@@ -587,6 +590,21 @@
 <dd>
 end row (integer)
 </dd>
+</dl><a NAME="DebugServer.__getNetworkInterfaceAndIndex" ID="DebugServer.__getNetworkInterfaceAndIndex"></a>
+<h4>DebugServer.__getNetworkInterfaceAndIndex</h4>
+<b>__getNetworkInterfaceAndIndex</b>(<i>address</i>)
+<p>
+        Private method to determine the network interface and the interface index.
+</p><dl>
+<dt><i>address</i></dt>
+<dd>
+address to determine the info for (string)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+tuple of network interface name (string) and index (integer)
+</dd>
 </dl><a NAME="DebugServer.__makeWatchCondition" ID="DebugServer.__makeWatchCondition"></a>
 <h4>DebugServer.__makeWatchCondition</h4>
 <b>__makeWatchCondition</b>(<i>cond, special</i>)

eric ide

mercurial