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

branch
eric7
changeset 11167
a3f5af773bc7
parent 10684
58c7f23ae1cb
child 11238
ddb3c3b4d679
equal deleted inserted replaced
11166:fd914f897dcf 11167:a3f5af773bc7
309 <tr> 309 <tr>
310 <td><a href="#CircuitPythonDevice.stopAccessPoint">stopAccessPoint</a></td> 310 <td><a href="#CircuitPythonDevice.stopAccessPoint">stopAccessPoint</a></td>
311 <td>Public method to stop the access point interface.</td> 311 <td>Public method to stop the access point interface.</td>
312 </tr> 312 </tr>
313 <tr> 313 <tr>
314 <td><a href="#CircuitPythonDevice.supportsDeviceScan">supportsDeviceScan</a></td>
315 <td>Public method to indicate, that the Bluetooth implementation supports scanning for devices.</td>
316 </tr>
317 <tr>
314 <td><a href="#CircuitPythonDevice.supportsLocalFileAccess">supportsLocalFileAccess</a></td> 318 <td><a href="#CircuitPythonDevice.supportsLocalFileAccess">supportsLocalFileAccess</a></td>
315 <td>Public method to indicate file access via a local directory.</td> 319 <td>Public method to indicate file access via a local directory.</td>
316 </tr> 320 </tr>
317 <tr> 321 <tr>
318 <td><a href="#CircuitPythonDevice.writeCredentials">writeCredentials</a></td> 322 <td><a href="#CircuitPythonDevice.writeCredentials">writeCredentials</a></td>
1580 </dl> 1584 </dl>
1581 <dl> 1585 <dl>
1582 <dt>Return Type:</dt> 1586 <dt>Return Type:</dt>
1583 <dd> 1587 <dd>
1584 tuple of (bool, str) 1588 tuple of (bool, str)
1589 </dd>
1590 </dl>
1591 <a NAME="CircuitPythonDevice.supportsDeviceScan" ID="CircuitPythonDevice.supportsDeviceScan"></a>
1592 <h4>CircuitPythonDevice.supportsDeviceScan</h4>
1593 <b>supportsDeviceScan</b>(<i></i>)
1594 <p>
1595 Public method to indicate, that the Bluetooth implementation supports
1596 scanning for devices.
1597 </p>
1598
1599 <dl>
1600 <dt>Return:</dt>
1601 <dd>
1602 flag indicating that the scanning function is supported
1603 </dd>
1604 </dl>
1605 <dl>
1606 <dt>Return Type:</dt>
1607 <dd>
1608 bool
1585 </dd> 1609 </dd>
1586 </dl> 1610 </dl>
1587 <a NAME="CircuitPythonDevice.supportsLocalFileAccess" ID="CircuitPythonDevice.supportsLocalFileAccess"></a> 1611 <a NAME="CircuitPythonDevice.supportsLocalFileAccess" ID="CircuitPythonDevice.supportsLocalFileAccess"></a>
1588 <h4>CircuitPythonDevice.supportsLocalFileAccess</h4> 1612 <h4>CircuitPythonDevice.supportsLocalFileAccess</h4>
1589 <b>supportsLocalFileAccess</b>(<i></i>) 1613 <b>supportsLocalFileAccess</b>(<i></i>)

eric ide

mercurial