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

branch
eric7
changeset 9804
b7e200d35be9
parent 9766
f0e22f3a5878
child 9829
cafb132fe3bb
equal deleted inserted replaced
9801:f2da2c1ab424 9804:b7e200d35be9
513 raised to indicate an issue with the device 513 raised to indicate an issue with the device
514 </dd> 514 </dd>
515 </dl> 515 </dl>
516 <a NAME="BaseDevice.checkDeviceData" ID="BaseDevice.checkDeviceData"></a> 516 <a NAME="BaseDevice.checkDeviceData" ID="BaseDevice.checkDeviceData"></a>
517 <h4>BaseDevice.checkDeviceData</h4> 517 <h4>BaseDevice.checkDeviceData</h4>
518 <b>checkDeviceData</b>(<i></i>) 518 <b>checkDeviceData</b>(<i>quiet=True</i>)
519 519
520 <p> 520 <p>
521 Public method to check the validity of the device data determined during 521 Public method to check the validity of the device data determined during
522 connecting the device. 522 connecting the device.
523 </p> 523 </p>
524 <dl>
525
526 <dt><i>quiet</i> (bool (optional))</dt>
527 <dd>
528 flag indicating to not show an info message, if the data is
529 not available (defaults to True)
530 </dd>
531 </dl>
524 <dl> 532 <dl>
525 <dt>Return:</dt> 533 <dt>Return:</dt>
526 <dd> 534 <dd>
527 flag indicating valid device data 535 flag indicating valid device data
528 </dd> 536 </dd>

eric ide

mercurial