META-INF.JAXB.xsd.DeviceDownloadV1.xsd Maven / Gradle / Ivy
The newest version!
The DeviceDownload element is the root node of the XmlDataDownload
parameter of the Garmin Browser Plugin StartDownloadData method.
A list of files to be downloaded and placed on the unit.
Information about a file that can be downloaded. The Destination should
not include the drive letter of the mass storage device.
The local path of the file on the Garmin Device, relative to the root of
the device. For devices which do not support mass storage format,
use the name of the file.
Set to true if the source is known to be a region
package file containing binary data for one or more memory regions.
Set to true if the data does not come in the form of a region package
file but must be placed on a specific memory region. For example, a
gpi file contains points of interest which must be programmed to region
46 on legacy Garmin-Mode devices which do not present themselves as
mass storage devices.
The MD5 checksum as a hexadeximal string for the destination file after
all source components are concatenated. Same as HTTP/1.1 Content-MD5
The byte count of the entire file after all source components are
contatenated. Same as HTTP/1.1 Content-Length
MIME type of downloaded content. Same a HTTP/1.1 Content-Type
Content Encoding such a gzip. Sams as HTTP/1.1 Content-Encoding
The absolute path of a binary source file on the world wide web.
If a download consists of more than one source, the source files
are concatenated when the file is transferred to the destination.
The MD5 checksum as a hexadeximal string. If the download has
been split into multiple source components, this message digest
is the digest of only the bytes of this component.
If the byte counts for all components of a download are specified,
progress can and will be reported for the download as a whole,
instead of progress being reported for each individual component.