446 <tr> |
446 <tr> |
447 <td><a href="#BaseDevice.setRepl">setRepl</a></td> |
447 <td><a href="#BaseDevice.setRepl">setRepl</a></td> |
448 <td>Public method to set the REPL status and dependent status.</td> |
448 <td>Public method to set the REPL status and dependent status.</td> |
449 </tr> |
449 </tr> |
450 <tr> |
450 <tr> |
|
451 <td><a href="#BaseDevice.setWorkspace">setWorkspace</a></td> |
|
452 <td>Public method to set the device workspace directory.</td> |
|
453 </tr> |
|
454 <tr> |
451 <td><a href="#BaseDevice.startAccessPoint">startAccessPoint</a></td> |
455 <td><a href="#BaseDevice.startAccessPoint">startAccessPoint</a></td> |
452 <td>Public method to start the access point interface.</td> |
456 <td>Public method to start the access point interface.</td> |
453 </tr> |
457 </tr> |
454 <tr> |
458 <tr> |
455 <td><a href="#BaseDevice.stopAccessPoint">stopAccessPoint</a></td> |
459 <td><a href="#BaseDevice.stopAccessPoint">stopAccessPoint</a></td> |
2213 <dt><i>on</i> (bool)</dt> |
2217 <dt><i>on</i> (bool)</dt> |
2214 <dd> |
2218 <dd> |
2215 flag indicating the active status |
2219 flag indicating the active status |
2216 </dd> |
2220 </dd> |
2217 </dl> |
2221 </dl> |
|
2222 <a NAME="BaseDevice.setWorkspace" ID="BaseDevice.setWorkspace"></a> |
|
2223 <h4>BaseDevice.setWorkspace</h4> |
|
2224 <b>setWorkspace</b>(<i>workspacePath</i>) |
|
2225 |
|
2226 <p> |
|
2227 Public method to set the device workspace directory. |
|
2228 </p> |
|
2229 <dl> |
|
2230 |
|
2231 <dt><i>workspacePath</i> (str)</dt> |
|
2232 <dd> |
|
2233 directory to be used for saving files |
|
2234 </dd> |
|
2235 </dl> |
2218 <a NAME="BaseDevice.startAccessPoint" ID="BaseDevice.startAccessPoint"></a> |
2236 <a NAME="BaseDevice.startAccessPoint" ID="BaseDevice.startAccessPoint"></a> |
2219 <h4>BaseDevice.startAccessPoint</h4> |
2237 <h4>BaseDevice.startAccessPoint</h4> |
2220 <b>startAccessPoint</b>(<i>ssid, security=None, password=None, ifconfig=None</i>) |
2238 <b>startAccessPoint</b>(<i>ssid, security=None, password=None, ifconfig=None</i>) |
2221 |
2239 |
2222 <p> |
2240 <p> |