HTTP::MobileAgent::JPhone

HTTP::MobileAgent::JPhone Perl module is a J-Phone implementation.
Download

HTTP::MobileAgent::JPhone Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tatsuhiko Miyagawa
  • Publisher web site:
  • http://search.cpan.org/~miyagawa/

HTTP::MobileAgent::JPhone Tags


HTTP::MobileAgent::JPhone Description

HTTP::MobileAgent::JPhone Perl module is a J-Phone implementation. HTTP::MobileAgent::JPhone Perl module is a J-Phone implementation.SYNOPSIS use HTTP::MobileAgent; local $ENV{HTTP_USER_AGENT} = "J-PHONE/2.0/J-DN02"; my $agent = HTTP::MobileAgent->new; printf "Name: %sn", $agent->name; # "J-PHONE" printf "Version: %sn", $agent->version; # 2.0 printf "Model: %sn", $agent->model; # "J-DN02" print "Packet is compliant.n" if $agent->packet_compliant; # false # only availabe in Java compliant # e.g.) "J-PHONE/4.0/J-SH51/SNXXXXXXXXX SH/0001a Profile/MIDP-1.0 Configuration/CLDC-1.0 Ext-Profile/JSCL-1.1.0" printf "Serial: %sn", $agent->serial_number; # XXXXXXXXXX printf "Vendor: %sn", $agent->vendor; # 'SH' printf "Vender Version: %sn", $agent->vendor_version; # "0001a" my $info = $self->java_info; # hash reference print map { "$_: $info->{$_}n" } keys %$info;HTTP::MobileAgent::JPhone is a subclass of HTTP::MobileAgent::Vodafone. Requirements: · Perl


HTTP::MobileAgent::JPhone Related Software