HTTP-MobileAgent
view release on metacpan or search on metacpan
lib/HTTP/MobileAgent/Vodafone.pm view on Meta::CPAN
=item model
$model = $agent->model;
returns name of the model like 'J-DN02'.
=item packet_compliant
if ($agent->packet_compliant) { }
returns whether the agent is packet connection complicant or not.
=item serial_number
$serial_number = $agent->serial_number;
return terminal unique serial number. returns undef if user forbids to
send his/her serial number.
=item vendor
$vendor = $agent->vendor;
returns vendor code like 'SH'.
=item vendor_version
$vendor_version = $agent->vendor_version;
returns vendor version like '0001a'. returns undef if unknown,
=item type
if ($agent->type eq 'C2') { }
returns the type, which is one of the following: C2 C3 C4 P4 P5 P6 P7 W 3GC
=item is_type_c,is_type_p,is_type_w,is_type_3gc
if ($agent->is_type_c) { }
returns if the type is C, P or W.
=item java_info
$info = $agent->java_info;
returns hash reference of Java profiles. Hash structure is something like:
'Profile' => 'MIDP-1.0',
'Configuration' => 'CLDC-1.0',
'Ext-Profile' => 'JSCL-1.1.0',
returns undef if unknown.
=item xhtml_compliant
if ($agent->xhtml_compliant) { }
returns if the agent is XHTML compliant.
=back
=head1 TODO
=over 4
=item *
Area information support on http://www.dp.j-phone.com/jsky/position.html
=back
=head1 AUTHOR
Tatsuhiko Miyagawa E<lt>miyagawa@bulknews.netE<gt>
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=head1 SEE ALSO
L<HTTP::MobileAgent>
http://www.dp.j-phone.com/jsky/user.html
http://www.dp.j-phone.com/jsky/position.html
=cut
( run in 0.699 second using v1.01-cache-2.11-cpan-56fb94df46f )