Class Index | File Index

Classes


Class Garmin.ActivityDirectory

Garmin.ActivityDirectory
Defined in: GarminActivityDirectory.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
The list of activities on the device, including additional information associated with each activity related to state, such as: - whether it failed/succeeded upload - the input checkbox ID for the table - etc.
Field Summary
Field Attributes Field Name and Description
<static>  
Garmin.ActivityDirectory.Entry
An activity entry in the directory.
Class Detail
Garmin.ActivityDirectory()
The list of activities on the device, including additional information associated with each activity related to state, such as: - whether it failed/succeeded upload - the input checkbox ID for the table - etc. The internal object is an array of Garmin.ActivityDirectory.Entry objects. The array is in descending order--order shouldn't matter though since you are accessing objects by ID anyway, like a hash.
Author: Diana Chow diana.chow.at.garmin.com.
Field Detail
<static> Garmin.ActivityDirectory.Entry
An activity entry in the directory. Only the activity ID is required. The rest are optional.

Documentation generated by JsDoc Toolkit 2.0.0 on Mon Aug 17 2009 09:24:29 GMT-0700 (PDT)