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

branch
eric7
changeset 10035
3a423b723a99
parent 10022
a95800b414b7
child 10070
9f5758c0fec1
equal deleted inserted replaced
10034:bf2d02317ba6 10035:3a423b723a99
294 <td><a href="#BaseDevice.getData">getData</a></td> 294 <td><a href="#BaseDevice.getData">getData</a></td>
295 <td>Public method to read data from the connected device.</td> 295 <td>Public method to read data from the connected device.</td>
296 </tr> 296 </tr>
297 <tr> 297 <tr>
298 <td><a href="#BaseDevice.getDeviceData">getDeviceData</a></td> 298 <td><a href="#BaseDevice.getDeviceData">getDeviceData</a></td>
299 <td>Public method to get a copy of the determined device data.</td> 299 <td>Public method to get a copy of the determined device data or part of them.</td>
300 </tr> 300 </tr>
301 <tr> 301 <tr>
302 <td><a href="#BaseDevice.getDeviceScan">getDeviceScan</a></td> 302 <td><a href="#BaseDevice.getDeviceScan">getDeviceScan</a></td>
303 <td>Public method to perform a Bluetooth device scan.</td> 303 <td>Public method to perform a Bluetooth device scan.</td>
304 </tr> 304 </tr>
1389 <a NAME="BaseDevice.getDeviceData" ID="BaseDevice.getDeviceData"></a> 1389 <a NAME="BaseDevice.getDeviceData" ID="BaseDevice.getDeviceData"></a>
1390 <h4>BaseDevice.getDeviceData</h4> 1390 <h4>BaseDevice.getDeviceData</h4>
1391 <b>getDeviceData</b>(<i>key=None</i>) 1391 <b>getDeviceData</b>(<i>key=None</i>)
1392 1392
1393 <p> 1393 <p>
1394 Public method to get a copy of the determined device data. 1394 Public method to get a copy of the determined device data or part of them.
1395 </p> 1395 </p>
1396 <dl> 1396 <dl>
1397 1397
1398 <dt><i>key</i> (str (optional))</dt> 1398 <dt><i>key</i> (str or list of str (optional))</dt>
1399 <dd> 1399 <dd>
1400 name of the data to get (None to get all data) (defaults to None) 1400 name or a list of names of the data to get (None to get all data)
1401 (defaults to None)
1401 </dd> 1402 </dd>
1402 </dl> 1403 </dl>
1403 <dl> 1404 <dl>
1404 <dt>Return:</dt> 1405 <dt>Return:</dt>
1405 <dd> 1406 <dd>
1407 </dd> 1408 </dd>
1408 </dl> 1409 </dl>
1409 <dl> 1410 <dl>
1410 <dt>Return Type:</dt> 1411 <dt>Return Type:</dt>
1411 <dd> 1412 <dd>
1412 dict 1413 dict or Any
1413 </dd> 1414 </dd>
1414 </dl> 1415 </dl>
1415 <a NAME="BaseDevice.getDeviceScan" ID="BaseDevice.getDeviceScan"></a> 1416 <a NAME="BaseDevice.getDeviceScan" ID="BaseDevice.getDeviceScan"></a>
1416 <h4>BaseDevice.getDeviceScan</h4> 1417 <h4>BaseDevice.getDeviceScan</h4>
1417 <b>getDeviceScan</b>(<i>timeout=10</i>) 1418 <b>getDeviceScan</b>(<i>timeout=10</i>)

eric ide

mercurial