114 </p> |
114 </p> |
115 |
115 |
116 <dl> |
116 <dl> |
117 <dt>Return:</dt> |
117 <dt>Return:</dt> |
118 <dd> |
118 <dd> |
119 tuple containing the entered host name or IP address, the port number |
119 tuple containing the entered host name or IP address, the port number, |
120 and the timeout (in seconds) |
120 the timeout in seconds and the client ID string |
121 </dd> |
121 </dd> |
122 </dl> |
122 </dl> |
123 <dl> |
123 <dl> |
124 <dt>Return Type:</dt> |
124 <dt>Return Type:</dt> |
125 <dd> |
125 <dd> |
126 tuple of (str, int, int) |
126 tuple of (str, int, int, str) |
127 </dd> |
127 </dd> |
128 </dl> |
128 </dl> |
129 <a NAME="EricServerConnectionDialog.getProfileData" ID="EricServerConnectionDialog.getProfileData"></a> |
129 <a NAME="EricServerConnectionDialog.getProfileData" ID="EricServerConnectionDialog.getProfileData"></a> |
130 <h4>EricServerConnectionDialog.getProfileData</h4> |
130 <h4>EricServerConnectionDialog.getProfileData</h4> |
131 <b>getProfileData</b>(<i></i>) |
131 <b>getProfileData</b>(<i></i>) |
135 |
135 |
136 <dl> |
136 <dl> |
137 <dt>Return:</dt> |
137 <dt>Return:</dt> |
138 <dd> |
138 <dd> |
139 tuple containing the profile name, host name or IP address, |
139 tuple containing the profile name, host name or IP address, |
140 the port number and the timeout (in seconds) |
140 the port number, the timeout in seconds and the client ID string |
141 </dd> |
141 </dd> |
142 </dl> |
142 </dl> |
143 <dl> |
143 <dl> |
144 <dt>Return Type:</dt> |
144 <dt>Return Type:</dt> |
145 <dd> |
145 <dd> |
146 tuple of (str, str, int, int) |
146 tuple of (str, str, int, int, str) |
147 </dd> |
147 </dd> |
148 </dl> |
148 </dl> |
149 <a NAME="EricServerConnectionDialog.setProfileData" ID="EricServerConnectionDialog.setProfileData"></a> |
149 <a NAME="EricServerConnectionDialog.setProfileData" ID="EricServerConnectionDialog.setProfileData"></a> |
150 <h4>EricServerConnectionDialog.setProfileData</h4> |
150 <h4>EricServerConnectionDialog.setProfileData</h4> |
151 <b>setProfileData</b>(<i>name, hostname, port, timeout</i>) |
151 <b>setProfileData</b>(<i>name, hostname, port, timeout, clientId=""</i>) |
152 <p> |
152 <p> |
153 Public method to set the connection profile data to be edited. |
153 Public method to set the connection profile data to be edited. |
154 </p> |
154 </p> |
155 |
155 |
156 <dl> |
156 <dl> |