Johan Van den Brande > GSM-SMS-0.162 > GSM::SMS::OTA::RTTTL

Download:
GSM-SMS-0.162.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  3
Open  0
View Bugs
Report a bug
Module Version: 0.1   Source  

NAME ^

GSM::SMS::OTA::RTTTL - Convert RTTTL composed songs to Nokia Smart Messaging Specs

SYNOPSIS ^

use GSM::SMS::OTA::RTTTL;

my $tone = OTARTTTL_makestream("<rtttl string>"); my $port = OTARTTTL_PORT;

DESCRIPTION ^

This converts RTTTL strings into a binary format, ready to get send to a mobile phone. For the moment it assumes:

METHODS ^

OTARTTTL_makestream

        $stream = OTARTTTL_makestream( $rtttl_string );

Create a RTTTL stream from a RTTTL syntax string.

OTARTTTL_PORT

NSB Port number for a RTTTL message.

AUTHORS Johan Van den Brande <johan@vandenbrande.com> David Wright <david@hybyte.com> ^