GSM::SMS::NBS

GSM::SMS::NBS is a API for sending and receiving SMS messages.
Download

GSM::SMS::NBS Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Johan Van den Brande
  • Publisher web site:
  • http://search.cpan.org/~johanvdb/JOT-0.1/JOT/GD.pm

GSM::SMS::NBS Tags


GSM::SMS::NBS Description

GSM::SMS::NBS is a API for sending and receiving SMS messages. GSM::SMS::NBS is a API for sending and receiving SMS messages.SYNOPSIS use GSM::SMS::NBS; my $nbs = GSM::SMS::NBS->new; $nbs->sendRTTTL('+32475000000', $rtttl_string); $nbs->sendOperatorLogo_b64($msisdn, $countrycode, $operator, $b64, 'gif'); $nbs->sendOperatorLogo_file($msisdn, $countrycode, $operatorcode, $file); $nbs->sendGroupGraphic_b64($msisdn, $b64, 'png'); $nbs->sendGroupGraphic_file($msisdn, $file); $nbs->sendVCard($msisdn, $lastname, $firstname, $phonenumber); $nbs->sendConfig(....); $nbs->sendSMSTextMessage($msisdn, $message, $multipart); ... my $originatingaddress; my $message; my $timestamp; my $transportname; my $port; my $blocking = GSM::SMS::NBS::RECEIVE::BLOCKING; $nbs->receive( $originatingaddress, $message, $timestamp, $transportname, $port, $blocking ); print "I got a message from $originatingaddressn";This module is a facade for the GSM::SMS package. It provides an easy API for sending and receiving SMS messages.Requirements:· Perl Requirements: · Perl


GSM::SMS::NBS Related Software