SYNOPSIS

  use SMS::PDU::Deliver;
  $s = SMS::PDU::Deliver->decode;

DESCRIPTION

The SMS::PDU::Deliver class allows you to encode or decode SMS Deliver Protocol Data Units (PDU). The encoding and decoding of the TP-UD (user data) field is done by SMS::PDU::UserData.

The following methods are available:

SMS::PDU::Deliver->decode

Decode an SMS Deliver PDU from a binary string.

$s->encode

Encode an SMS Deliver PDU into a binary string.

$s->getNumber

Return the originating phone number of the SMS Deliver PDU.

Copyright

umts-tools is copyright© 2004-2006 Jeremy Lainé. This software is distributed under the terms of the GNU General Public License (GPL).