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

branch
eric7
changeset 11177
f511038a0061
parent 11167
a3f5af773bc7
child 11186
c2d18aefef6b
equal deleted inserted replaced
11176:1b0e4bf80f49 11177:f511038a0061
138 <tr> 138 <tr>
139 <td><a href="#MicrobitDevice.getBluetoothStatus">getBluetoothStatus</a></td> 139 <td><a href="#MicrobitDevice.getBluetoothStatus">getBluetoothStatus</a></td>
140 <td>Public method to get Bluetooth status data of the connected board.</td> 140 <td>Public method to get Bluetooth status data of the connected board.</td>
141 </tr> 141 </tr>
142 <tr> 142 <tr>
143 <td><a href="#MicrobitDevice.getBoardInformation">getBoardInformation</a></td>
144 <td>Public method to get some information data of the connected board.</td>
145 </tr>
146 <tr>
143 <td><a href="#MicrobitDevice.getDeviceScan">getDeviceScan</a></td> 147 <td><a href="#MicrobitDevice.getDeviceScan">getDeviceScan</a></td>
144 <td>Public method to perform a Bluetooth device scan.</td> 148 <td>Public method to perform a Bluetooth device scan.</td>
145 </tr> 149 </tr>
146 <tr> 150 <tr>
147 <td><a href="#MicrobitDevice.getDocumentationUrl">getDocumentationUrl</a></td> 151 <td><a href="#MicrobitDevice.getDocumentationUrl">getDocumentationUrl</a></td>
572 <dl> 576 <dl>
573 577
574 <dt>Raises <b>OSError</b>:</dt> 578 <dt>Raises <b>OSError</b>:</dt>
575 <dd> 579 <dd>
576 raised to indicate an issue with the device 580 raised to indicate an issue with the device
581 </dd>
582 </dl>
583 <a NAME="MicrobitDevice.getBoardInformation" ID="MicrobitDevice.getBoardInformation"></a>
584 <h4>MicrobitDevice.getBoardInformation</h4>
585 <b>getBoardInformation</b>(<i></i>)
586 <p>
587 Public method to get some information data of the connected board.
588 </p>
589
590 <dl>
591 <dt>Return:</dt>
592 <dd>
593 dictionary containing the determined data
594 </dd>
595 </dl>
596 <dl>
597 <dt>Return Type:</dt>
598 <dd>
599 dict
577 </dd> 600 </dd>
578 </dl> 601 </dl>
579 <a NAME="MicrobitDevice.getDeviceScan" ID="MicrobitDevice.getDeviceScan"></a> 602 <a NAME="MicrobitDevice.getDeviceScan" ID="MicrobitDevice.getDeviceScan"></a>
580 <h4>MicrobitDevice.getDeviceScan</h4> 603 <h4>MicrobitDevice.getDeviceScan</h4>
581 <b>getDeviceScan</b>(<i>timeout=10</i>) 604 <b>getDeviceScan</b>(<i>timeout=10</i>)

eric ide

mercurial