eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html

changeset 7989
a21d673a8f99
parent 7592
f79dc58bdf62
child 8039
13fed1ed06e8
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
381 <p> 381 <p>
382 Private method to get a string containing the date and time of the 382 Private method to get a string containing the date and time of the
383 connected device. 383 connected device.
384 </p> 384 </p>
385 <dl> 385 <dl>
386 <dt>Returns:</dt> 386 <dt>Return:</dt>
387 <dd> 387 <dd>
388 date and time of the connected device 388 date and time of the connected device
389 </dd> 389 </dd>
390 </dl> 390 </dl>
391 <dl> 391 <dl>
414 414
415 <p> 415 <p>
416 Private method to check the availability of mpy-cross. 416 Private method to check the availability of mpy-cross.
417 </p> 417 </p>
418 <dl> 418 <dl>
419 <dt>Returns:</dt> 419 <dt>Return:</dt>
420 <dd> 420 <dd>
421 flag indicating the availability of mpy-cross 421 flag indicating the availability of mpy-cross
422 </dd> 422 </dd>
423 </dl> 423 </dl>
424 <dl> 424 <dl>
642 642
643 <p> 643 <p>
644 Public method to get a reference to the commands interface object. 644 Public method to get a reference to the commands interface object.
645 </p> 645 </p>
646 <dl> 646 <dl>
647 <dt>Returns:</dt> 647 <dt>Return:</dt>
648 <dd> 648 <dd>
649 reference to the commands interface object 649 reference to the commands interface object
650 </dd> 650 </dd>
651 </dl> 651 </dl>
652 <dl> 652 <dl>
672 <dd> 672 <dd>
673 reference to the event object 673 reference to the event object
674 </dd> 674 </dd>
675 </dl> 675 </dl>
676 <dl> 676 <dl>
677 <dt>Returns:</dt> 677 <dt>Return:</dt>
678 <dd> 678 <dd>
679 flag to indicate that the event was handled 679 flag to indicate that the event was handled
680 </dd> 680 </dd>
681 </dl> 681 </dl>
682 <dl> 682 <dl>
691 691
692 <p> 692 <p>
693 Public method to determine the port path of the selected device. 693 Public method to determine the port path of the selected device.
694 </p> 694 </p>
695 <dl> 695 <dl>
696 <dt>Returns:</dt> 696 <dt>Return:</dt>
697 <dd> 697 <dd>
698 path of the port of the selected device 698 path of the port of the selected device
699 </dd> 699 </dd>
700 </dl> 700 </dl>
701 <dl> 701 <dl>
710 710
711 <p> 711 <p>
712 Public method to get the workspace directory of the device. 712 Public method to get the workspace directory of the device.
713 </p> 713 </p>
714 <dl> 714 <dl>
715 <dt>Returns:</dt> 715 <dt>Return:</dt>
716 <dd> 716 <dd>
717 workspace directory of the device 717 workspace directory of the device
718 </dd> 718 </dd>
719 </dl> 719 </dl>
720 <dl> 720 <dl>
736 736
737 <p> 737 <p>
738 Public method to get the connection state. 738 Public method to get the connection state.
739 </p> 739 </p>
740 <dl> 740 <dl>
741 <dt>Returns:</dt> 741 <dt>Return:</dt>
742 <dd> 742 <dd>
743 connection state 743 connection state
744 </dd> 744 </dd>
745 </dl> 745 </dl>
746 <dl> 746 <dl>
756 <p> 756 <p>
757 Public method to check, if the connected/selected device is a 757 Public method to check, if the connected/selected device is a
758 BBC micro:bit. 758 BBC micro:bit.
759 </p> 759 </p>
760 <dl> 760 <dl>
761 <dt>Returns:</dt> 761 <dt>Return:</dt>
762 <dd> 762 <dd>
763 flag indicating a micro:bit device 763 flag indicating a micro:bit device
764 rtype bool 764 rtype bool
765 </dd> 765 </dd>
766 </dl> 766 </dl>

eric ide

mercurial