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

branch
mpy_network
changeset 9829
cafb132fe3bb
parent 9799
a79430a8811d
parent 9804
b7e200d35be9
child 9840
d41ee69fa69b
equal deleted inserted replaced
9828:32c8a5b57332 9829:cafb132fe3bb
605 raised to indicate an issue with the device 605 raised to indicate an issue with the device
606 </dd> 606 </dd>
607 </dl> 607 </dl>
608 <a NAME="BaseDevice.checkDeviceData" ID="BaseDevice.checkDeviceData"></a> 608 <a NAME="BaseDevice.checkDeviceData" ID="BaseDevice.checkDeviceData"></a>
609 <h4>BaseDevice.checkDeviceData</h4> 609 <h4>BaseDevice.checkDeviceData</h4>
610 <b>checkDeviceData</b>(<i></i>) 610 <b>checkDeviceData</b>(<i>quiet=True</i>)
611 611
612 <p> 612 <p>
613 Public method to check the validity of the device data determined during 613 Public method to check the validity of the device data determined during
614 connecting the device. 614 connecting the device.
615 </p> 615 </p>
616 <dl>
617
618 <dt><i>quiet</i> (bool (optional))</dt>
619 <dd>
620 flag indicating to not show an info message, if the data is
621 not available (defaults to True)
622 </dd>
623 </dl>
616 <dl> 624 <dl>
617 <dt>Return:</dt> 625 <dt>Return:</dt>
618 <dd> 626 <dd>
619 flag indicating valid device data 627 flag indicating valid device data
620 </dd> 628 </dd>

eric ide

mercurial