157 <tr> |
157 <tr> |
158 <td><a href="#CircuitPythonDevice.setButtons">setButtons</a></td> |
158 <td><a href="#CircuitPythonDevice.setButtons">setButtons</a></td> |
159 <td>Public method to enable the supported action buttons.</td> |
159 <td>Public method to enable the supported action buttons.</td> |
160 </tr> |
160 </tr> |
161 <tr> |
161 <tr> |
|
162 <td><a href="#CircuitPythonDevice.setConnected">setConnected</a></td> |
|
163 <td>Public method to set the connection state.</td> |
|
164 </tr> |
|
165 <tr> |
162 <td><a href="#CircuitPythonDevice.supportsLocalFileAccess">supportsLocalFileAccess</a></td> |
166 <td><a href="#CircuitPythonDevice.supportsLocalFileAccess">supportsLocalFileAccess</a></td> |
163 <td>Public method to indicate file access via a local directory.</td> |
167 <td>Public method to indicate file access via a local directory.</td> |
164 </tr> |
168 </tr> |
165 </table> |
169 </table> |
166 <h3>Static Methods</h3> |
170 <h3>Static Methods</h3> |
579 <b>setButtons</b>(<i></i>) |
583 <b>setButtons</b>(<i></i>) |
580 |
584 |
581 <p> |
585 <p> |
582 Public method to enable the supported action buttons. |
586 Public method to enable the supported action buttons. |
583 </p> |
587 </p> |
|
588 <a NAME="CircuitPythonDevice.setConnected" ID="CircuitPythonDevice.setConnected"></a> |
|
589 <h4>CircuitPythonDevice.setConnected</h4> |
|
590 <b>setConnected</b>(<i>connected</i>) |
|
591 |
|
592 <p> |
|
593 Public method to set the connection state. |
|
594 </p> |
|
595 <dl> |
|
596 |
|
597 <dt><i>connected</i> (bool)</dt> |
|
598 <dd> |
|
599 connection state |
|
600 </dd> |
|
601 </dl> |
584 <a NAME="CircuitPythonDevice.supportsLocalFileAccess" ID="CircuitPythonDevice.supportsLocalFileAccess"></a> |
602 <a NAME="CircuitPythonDevice.supportsLocalFileAccess" ID="CircuitPythonDevice.supportsLocalFileAccess"></a> |
585 <h4>CircuitPythonDevice.supportsLocalFileAccess</h4> |
603 <h4>CircuitPythonDevice.supportsLocalFileAccess</h4> |
586 <b>supportsLocalFileAccess</b>(<i></i>) |
604 <b>supportsLocalFileAccess</b>(<i></i>) |
587 |
605 |
588 <p> |
606 <p> |