src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonDevices.html

branch
eric7
changeset 10144
45a9177c8e77
parent 9944
011ae0edbcff
child 10153
ffe7432f716b
equal deleted inserted replaced
10143:bf84513859ca 10144:45a9177c8e77
257 <tr> 257 <tr>
258 <td><a href="#CircuitPythonDevice.hasWifi">hasWifi</a></td> 258 <td><a href="#CircuitPythonDevice.hasWifi">hasWifi</a></td>
259 <td>Public method to check the availability of WiFi.</td> 259 <td>Public method to check the availability of WiFi.</td>
260 </tr> 260 </tr>
261 <tr> 261 <tr>
262 <td><a href="#CircuitPythonDevice.isLanConnected">isLanConnected</a></td>
263 <td>Public method to check the LAN connection status.</td>
264 </tr>
265 <tr>
266 <td><a href="#CircuitPythonDevice.isWifiApConnected">isWifiApConnected</a></td>
267 <td>Public method to check the WiFi connection status as access point.</td>
268 </tr>
269 <tr>
270 <td><a href="#CircuitPythonDevice.isWifiClientConnected">isWifiClientConnected</a></td>
271 <td>Public method to check the WiFi connection status as client.</td>
272 </tr>
273 <tr>
262 <td><a href="#CircuitPythonDevice.removeCredentials">removeCredentials</a></td> 274 <td><a href="#CircuitPythonDevice.removeCredentials">removeCredentials</a></td>
263 <td>Public method to remove the saved credentials from the connected device.</td> 275 <td>Public method to remove the saved credentials from the connected device.</td>
264 </tr> 276 </tr>
265 <tr> 277 <tr>
266 <td><a href="#CircuitPythonDevice.removeLanAutoConnect">removeLanAutoConnect</a></td> 278 <td><a href="#CircuitPythonDevice.removeLanAutoConnect">removeLanAutoConnect</a></td>
1289 <dl> 1301 <dl>
1290 1302
1291 <dt>Raises <b>OSError</b>:</dt> 1303 <dt>Raises <b>OSError</b>:</dt>
1292 <dd> 1304 <dd>
1293 raised to indicate an issue with the device 1305 raised to indicate an issue with the device
1306 </dd>
1307 </dl>
1308 <a NAME="CircuitPythonDevice.isLanConnected" ID="CircuitPythonDevice.isLanConnected"></a>
1309 <h4>CircuitPythonDevice.isLanConnected</h4>
1310 <b>isLanConnected</b>(<i></i>)
1311
1312 <p>
1313 Public method to check the LAN connection status.
1314 </p>
1315 <dl>
1316 <dt>Return:</dt>
1317 <dd>
1318 flag indicating that the device is connected to the LAN
1319 </dd>
1320 </dl>
1321 <dl>
1322 <dt>Return Type:</dt>
1323 <dd>
1324 bool
1325 </dd>
1326 </dl>
1327 <a NAME="CircuitPythonDevice.isWifiApConnected" ID="CircuitPythonDevice.isWifiApConnected"></a>
1328 <h4>CircuitPythonDevice.isWifiApConnected</h4>
1329 <b>isWifiApConnected</b>(<i></i>)
1330
1331 <p>
1332 Public method to check the WiFi connection status as access point.
1333 </p>
1334 <dl>
1335 <dt>Return:</dt>
1336 <dd>
1337 flag indicating the WiFi connection status
1338 </dd>
1339 </dl>
1340 <dl>
1341 <dt>Return Type:</dt>
1342 <dd>
1343 bool
1344 </dd>
1345 </dl>
1346 <a NAME="CircuitPythonDevice.isWifiClientConnected" ID="CircuitPythonDevice.isWifiClientConnected"></a>
1347 <h4>CircuitPythonDevice.isWifiClientConnected</h4>
1348 <b>isWifiClientConnected</b>(<i></i>)
1349
1350 <p>
1351 Public method to check the WiFi connection status as client.
1352 </p>
1353 <dl>
1354 <dt>Return:</dt>
1355 <dd>
1356 flag indicating the WiFi connection status
1357 </dd>
1358 </dl>
1359 <dl>
1360 <dt>Return Type:</dt>
1361 <dd>
1362 bool
1294 </dd> 1363 </dd>
1295 </dl> 1364 </dl>
1296 <a NAME="CircuitPythonDevice.removeCredentials" ID="CircuitPythonDevice.removeCredentials"></a> 1365 <a NAME="CircuitPythonDevice.removeCredentials" ID="CircuitPythonDevice.removeCredentials"></a>
1297 <h4>CircuitPythonDevice.removeCredentials</h4> 1366 <h4>CircuitPythonDevice.removeCredentials</h4>
1298 <b>removeCredentials</b>(<i></i>) 1367 <b>removeCredentials</b>(<i></i>)

eric ide

mercurial