src/eric7/Documentation/Source/eric7.RemoteServerInterface.EricServerConnectionDialog.html

branch
eric7
changeset 11033
6b197c3389f7
parent 10784
521fd465b048
--- a/src/eric7/Documentation/Source/eric7.RemoteServerInterface.EricServerConnectionDialog.html	Sat Nov 02 19:28:14 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.RemoteServerInterface.EricServerConnectionDialog.html	Sun Nov 03 12:34:02 2024 +0100
@@ -116,14 +116,14 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple containing the entered host name or IP address, the port number
-            and the timeout (in seconds)
+tuple containing the entered host name or IP address, the port number,
+            the timeout in seconds and the client ID string
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-tuple of (str, int, int)
+tuple of (str, int, int, str)
 </dd>
 </dl>
 <a NAME="EricServerConnectionDialog.getProfileData" ID="EricServerConnectionDialog.getProfileData"></a>
@@ -137,18 +137,18 @@
 <dt>Return:</dt>
 <dd>
 tuple containing the profile name, host name or IP address,
-            the port number and the timeout (in seconds)
+            the port number, the timeout in seconds and the client ID string
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-tuple of (str, str, int, int)
+tuple of (str, str, int, int, str)
 </dd>
 </dl>
 <a NAME="EricServerConnectionDialog.setProfileData" ID="EricServerConnectionDialog.setProfileData"></a>
 <h4>EricServerConnectionDialog.setProfileData</h4>
-<b>setProfileData</b>(<i>name, hostname, port, timeout</i>)
+<b>setProfileData</b>(<i>name, hostname, port, timeout, clientId=""</i>)
 <p>
         Public method to set the connection profile data to be edited.
 </p>
@@ -171,6 +171,10 @@
 <dd>
 timeout value in seconds
 </dd>
+<dt><i>clientId</i> (str (optional))</dt>
+<dd>
+client ID string (defaults to "")
+</dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial