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

branch
eric7
changeset 11167
a3f5af773bc7
parent 10897
caba0e2456b6
child 11179
37788ec8e6d2
equal deleted inserted replaced
11166:fd914f897dcf 11167:a3f5af773bc7
270 <tr> 270 <tr>
271 <td><a href="#RP2Device.stopAccessPoint">stopAccessPoint</a></td> 271 <td><a href="#RP2Device.stopAccessPoint">stopAccessPoint</a></td>
272 <td>Public method to stop the access point interface.</td> 272 <td>Public method to stop the access point interface.</td>
273 </tr> 273 </tr>
274 <tr> 274 <tr>
275 <td><a href="#RP2Device.supportsDeviceScan">supportsDeviceScan</a></td>
276 <td>Public method to indicate, that the Bluetooth implementation supports scanning for devices.</td>
277 </tr>
278 <tr>
275 <td><a href="#RP2Device.writeCredentials">writeCredentials</a></td> 279 <td><a href="#RP2Device.writeCredentials">writeCredentials</a></td>
276 <td>Public method to write the given credentials to the connected device and modify the start script to connect automatically.</td> 280 <td>Public method to write the given credentials to the connected device and modify the start script to connect automatically.</td>
277 </tr> 281 </tr>
278 <tr> 282 <tr>
279 <td><a href="#RP2Device.writeLanAutoConnect">writeLanAutoConnect</a></td> 283 <td><a href="#RP2Device.writeLanAutoConnect">writeLanAutoConnect</a></td>
1389 </dl> 1393 </dl>
1390 <dl> 1394 <dl>
1391 <dt>Return Type:</dt> 1395 <dt>Return Type:</dt>
1392 <dd> 1396 <dd>
1393 tuple of (bool, str) 1397 tuple of (bool, str)
1398 </dd>
1399 </dl>
1400 <a NAME="RP2Device.supportsDeviceScan" ID="RP2Device.supportsDeviceScan"></a>
1401 <h4>RP2Device.supportsDeviceScan</h4>
1402 <b>supportsDeviceScan</b>(<i></i>)
1403 <p>
1404 Public method to indicate, that the Bluetooth implementation supports
1405 scanning for devices.
1406 </p>
1407
1408 <dl>
1409 <dt>Return:</dt>
1410 <dd>
1411 flag indicating that the scanning function is supported
1412 </dd>
1413 </dl>
1414 <dl>
1415 <dt>Return Type:</dt>
1416 <dd>
1417 bool
1394 </dd> 1418 </dd>
1395 </dl> 1419 </dl>
1396 <a NAME="RP2Device.writeCredentials" ID="RP2Device.writeCredentials"></a> 1420 <a NAME="RP2Device.writeCredentials" ID="RP2Device.writeCredentials"></a>
1397 <h4>RP2Device.writeCredentials</h4> 1421 <h4>RP2Device.writeCredentials</h4>
1398 <b>writeCredentials</b>(<i>ssid, password, hostname, country</i>) 1422 <b>writeCredentials</b>(<i>ssid, password, hostname, country</i>)

eric ide

mercurial