509 <tr> |
509 <tr> |
510 <td><a href="#BaseDevice.submitMode">submitMode</a></td> |
510 <td><a href="#BaseDevice.submitMode">submitMode</a></td> |
511 <td>Public method to get the submit mode of the device.</td> |
511 <td>Public method to get the submit mode of the device.</td> |
512 </tr> |
512 </tr> |
513 <tr> |
513 <tr> |
|
514 <td><a href="#BaseDevice.supportsDeviceScan">supportsDeviceScan</a></td> |
|
515 <td>Public method to indicate, that the Bluetooth implementation supports scanning for devices.</td> |
|
516 </tr> |
|
517 <tr> |
514 <td><a href="#BaseDevice.supportsLocalFileAccess">supportsLocalFileAccess</a></td> |
518 <td><a href="#BaseDevice.supportsLocalFileAccess">supportsLocalFileAccess</a></td> |
515 <td>Public method to indicate file access via a local directory.</td> |
519 <td>Public method to indicate file access via a local directory.</td> |
516 </tr> |
520 </tr> |
517 <tr> |
521 <tr> |
518 <td><a href="#BaseDevice.syncTime">syncTime</a></td> |
522 <td><a href="#BaseDevice.syncTime">syncTime</a></td> |
2633 <dt>Return Type:</dt> |
2637 <dt>Return Type:</dt> |
2634 <dd> |
2638 <dd> |
2635 str (one of 'raw', 'paste') |
2639 str (one of 'raw', 'paste') |
2636 </dd> |
2640 </dd> |
2637 </dl> |
2641 </dl> |
|
2642 <a NAME="BaseDevice.supportsDeviceScan" ID="BaseDevice.supportsDeviceScan"></a> |
|
2643 <h4>BaseDevice.supportsDeviceScan</h4> |
|
2644 <b>supportsDeviceScan</b>(<i></i>) |
|
2645 <p> |
|
2646 Public method to indicate, that the Bluetooth implementation supports |
|
2647 scanning for devices. |
|
2648 </p> |
|
2649 |
|
2650 <dl> |
|
2651 <dt>Return:</dt> |
|
2652 <dd> |
|
2653 flag indicating that the scanning function is supported |
|
2654 </dd> |
|
2655 </dl> |
|
2656 <dl> |
|
2657 <dt>Return Type:</dt> |
|
2658 <dd> |
|
2659 bool |
|
2660 </dd> |
|
2661 </dl> |
2638 <a NAME="BaseDevice.supportsLocalFileAccess" ID="BaseDevice.supportsLocalFileAccess"></a> |
2662 <a NAME="BaseDevice.supportsLocalFileAccess" ID="BaseDevice.supportsLocalFileAccess"></a> |
2639 <h4>BaseDevice.supportsLocalFileAccess</h4> |
2663 <h4>BaseDevice.supportsLocalFileAccess</h4> |
2640 <b>supportsLocalFileAccess</b>(<i></i>) |
2664 <b>supportsLocalFileAccess</b>(<i></i>) |
2641 <p> |
2665 <p> |
2642 Public method to indicate file access via a local directory. |
2666 Public method to indicate file access via a local directory. |