NAME
OMA::Download::OTA - Perl extension for describing download descriptor objects according to OMA Download OTA 1.0 specification.
SYNOPSIS
use OMA::Download::OTA;
my $ota = OMA::Download::OTA->new(%properties);
print $ota->mime."\n\n"
print $ota->get();
DESCRIPTION
Complete implementation of the Open Mobile Alliance Download Over The Air 1.0 specification.
CONSTRUCTOR
PROPERTIES
- name - Download Name
- vendor - Download Vendor Name
- type - Download Type
- size - Download File Size
- description - Download Description
- objectURI - Download Object URI
- installNotifyURI - Intall notificatition URI
- nextURL - Next URL
- DDVersion - Download descriptor version. Defaults to 1.0.
- infoURL - Donwload Info URL
- iconURI - Download icon URI
- installParam - Intall Parameter
- mime - Returns the Download Descriptor MIME type
METHODS
SEE ALSO
OMA Download OTA Specifications
AUTHOR
Bernard Nauwelaerts, <bpgn@cpan.org>
COPYRIGHT AND LICENSE
Released under the GPL. See LICENCE for details.
Copyright (C) 2006 by Bernard Nauwelaerts