
NetSDS::App::SMPP - SMPP application superclass

package SMPPServer;
use base qw(NetSDS::App::SMPP);
exit 1;

NetSDS module contains superclass all other classes should be inherited from.

Constructor
my $object = NetSDS::SomeClass->new(%options);
Internal method providing TCP connection accept and add new handler.


Unknown yet

None

None

Michael Bochkaryov <misha@rattler.kiev.ua>