Class Garmin.DeviceDataType
Object
|
+--Garmin.DeviceDataType
- class
Garmin.DeviceDataType
Garmin.DeviceDataType
Defined in GarminDevice.js
|
Constructor Summary |
Garmin.DeviceDataType(<String> typeName, fileExtension)
A place-holder for Garmin Device Data Type information
|
Garmin.DeviceDataType
Garmin.DeviceDataType(<String> typeName, fileExtension)
A place-holder for Garmin Device Data Type information
Parameters:
typeName - for the data type
file - extension for the data type
getDisplayName
String getDisplayName()
Returns:
The type/display name of this data type
getFileExtension
String getFileExtension()
Returns:
The file extension of this data type
getTypeName
String getTypeName()
Returns:
The type name of this data type
hasReadAccess
Boolean hasReadAccess()
Returns value indicating if the device supports read access for this file type
Returns:
supports read access for this file type
hasWriteAccess
Boolean hasWriteAccess()
return the value indicating if the device supports write access for this file type
Returns:
supports write access for this file type
initialize
void initialize(typeName, fileExtension)
setReadAccess
void setReadAccess(readAccess)
Parameters:
readAccess - True == has read access
setWriteAccess
void setWriteAccess(writeAccess)
Documentation generated by
JSDoc on Wed Apr 9 16:12:40 2008