81 <tr> |
81 <tr> |
82 <td><a href="#TeensyDevice.__startTeensyLoader">__startTeensyLoader</a></td> |
82 <td><a href="#TeensyDevice.__startTeensyLoader">__startTeensyLoader</a></td> |
83 <td>Private method to start the 'Teensy Loader' application.</td> |
83 <td>Private method to start the 'Teensy Loader' application.</td> |
84 </tr> |
84 </tr> |
85 <tr> |
85 <tr> |
|
86 <td><a href="#TeensyDevice._getSetTimeCode">_getSetTimeCode</a></td> |
|
87 <td>Protected method to get the device code to set the time.</td> |
|
88 </tr> |
|
89 <tr> |
86 <td><a href="#TeensyDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td> |
90 <td><a href="#TeensyDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td> |
87 <td>Public method to add device specific entries to the given menu.</td> |
91 <td>Public method to add device specific entries to the given menu.</td> |
88 </tr> |
92 </tr> |
89 <tr> |
93 <tr> |
90 <td><a href="#TeensyDevice.canRunScript">canRunScript</a></td> |
94 <td><a href="#TeensyDevice.canRunScript">canRunScript</a></td> |
199 Private method to start the 'Teensy Loader' application. |
203 Private method to start the 'Teensy Loader' application. |
200 </p> |
204 </p> |
201 <p> |
205 <p> |
202 Note: The application must be accessible via the application search path. |
206 Note: The application must be accessible via the application search path. |
203 </p> |
207 </p> |
|
208 <a NAME="TeensyDevice._getSetTimeCode" ID="TeensyDevice._getSetTimeCode"></a> |
|
209 <h4>TeensyDevice._getSetTimeCode</h4> |
|
210 <b>_getSetTimeCode</b>(<i></i>) |
|
211 |
|
212 <p> |
|
213 Protected method to get the device code to set the time. |
|
214 </p> |
|
215 <p> |
|
216 Note: This method must be implemented in the various device specific |
|
217 subclasses. |
|
218 </p> |
|
219 <dl> |
|
220 <dt>Return:</dt> |
|
221 <dd> |
|
222 code to be executed on the connected device to set the time |
|
223 </dd> |
|
224 </dl> |
|
225 <dl> |
|
226 <dt>Return Type:</dt> |
|
227 <dd> |
|
228 str |
|
229 </dd> |
|
230 </dl> |
204 <a NAME="TeensyDevice.addDeviceMenuEntries" ID="TeensyDevice.addDeviceMenuEntries"></a> |
231 <a NAME="TeensyDevice.addDeviceMenuEntries" ID="TeensyDevice.addDeviceMenuEntries"></a> |
205 <h4>TeensyDevice.addDeviceMenuEntries</h4> |
232 <h4>TeensyDevice.addDeviceMenuEntries</h4> |
206 <b>addDeviceMenuEntries</b>(<i>menu</i>) |
233 <b>addDeviceMenuEntries</b>(<i>menu</i>) |
207 |
234 |
208 <p> |
235 <p> |