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>
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 475:
=over should be: '=over' or '=over positive_number'
- Around line 480:
You forgot a '=back' before '=head1'