src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWebreplSocket.html

branch
eric7
changeset 10229
e50bbf250343
parent 10015
9352f33732ae
child 10428
a071d4065202
equal deleted inserted replaced
10228:74c6150aa745 10229:e50bbf250343
174 </dd> 174 </dd>
175 </dl> 175 </dl>
176 <dl> 176 <dl>
177 <dt>Return:</dt> 177 <dt>Return:</dt>
178 <dd> 178 <dd>
179 flag indicating success 179 flag indicating success and an error message
180 </dd> 180 </dd>
181 </dl> 181 </dl>
182 <dl> 182 <dl>
183 <dt>Return Type:</dt> 183 <dt>Return Type:</dt>
184 <dd> 184 <dd>
185 bool 185 tuple of (bool, str)
186 </dd> 186 </dd>
187 </dl> 187 </dl>
188 <a NAME="MicroPythonWebreplSocket.disconnect" ID="MicroPythonWebreplSocket.disconnect"></a> 188 <a NAME="MicroPythonWebreplSocket.disconnect" ID="MicroPythonWebreplSocket.disconnect"></a>
189 <h4>MicroPythonWebreplSocket.disconnect</h4> 189 <h4>MicroPythonWebreplSocket.disconnect</h4>
190 <b>disconnect</b>(<i></i>) 190 <b>disconnect</b>(<i></i>)
240 </dd> 240 </dd>
241 </dl> 241 </dl>
242 <dl> 242 <dl>
243 <dt>Return:</dt> 243 <dt>Return:</dt>
244 <dd> 244 <dd>
245 flag indicating a successful login 245 flag indicating a successful login and an error indication
246 </dd> 246 </dd>
247 </dl> 247 </dl>
248 <dl> 248 <dl>
249 <dt>Return Type:</dt> 249 <dt>Return Type:</dt>
250 <dd> 250 <dd>
251 bool 251 tuple of (bool, str)
252 </dd> 252 </dd>
253 </dl> 253 </dl>
254 <a NAME="MicroPythonWebreplSocket.readAll" ID="MicroPythonWebreplSocket.readAll"></a> 254 <a NAME="MicroPythonWebreplSocket.readAll" ID="MicroPythonWebreplSocket.readAll"></a>
255 <h4>MicroPythonWebreplSocket.readAll</h4> 255 <h4>MicroPythonWebreplSocket.readAll</h4>
256 <b>readAll</b>(<i>timeout=0</i>) 256 <b>readAll</b>(<i>timeout=0</i>)

eric ide

mercurial