Communicator Plugin API Version 1.9

Class Index | File Index

Classes


Class Garmin.TransferProgress

Garmin.TransferProgress
Defined in: GarminDeviceControl.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Encapsulates the data provided by the device for the current process' progress.
Method Summary
Method Attributes Method Name and Description
 
Get the completed percentage value for the transfer
 
Get all the text entries for the transfer
 
Get the title for the transfer
 
String representation of instance.
Class Detail
Garmin.TransferProgress()
Encapsulates the data provided by the device for the current process' progress. Use this to relay progress information to the user.
Method Detail
{Number} getPercentage()
Get the completed percentage value for the transfer

{Array} getText()
Get all the text entries for the transfer

{String} getTitle()
Get the title for the transfer

{String} toString()
String representation of instance.

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Jul 25 2011 09:36:54 GMT-0700 (MST)