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

branch
eric7
changeset 11033
6b197c3389f7
parent 10784
521fd465b048
equal deleted inserted replaced
11032:84a66daa5e34 11033:6b197c3389f7
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>
169 </dd> 169 </dd>
170 <dt><i>timeout</i> (int)</dt> 170 <dt><i>timeout</i> (int)</dt>
171 <dd> 171 <dd>
172 timeout value in seconds 172 timeout value in seconds
173 </dd> 173 </dd>
174 <dt><i>clientId</i> (str (optional))</dt>
175 <dd>
176 client ID string (defaults to "")
177 </dd>
174 </dl> 178 </dl>
175 <div align="right"><a href="#top">Up</a></div> 179 <div align="right"><a href="#top">Up</a></div>
176 <hr /> 180 <hr />
177 </body></html> 181 </body></html>

eric ide

mercurial