Mobile
sms.txt
Associated article: Short Message Services
Tags: Mobile
Published source code accompanying the article by Ron Hume in which he examines Short Message Services (SMS), then shows you how to send short text-based messages between wireless devices, such as cellphones and pagers.
Short Message Services
by Ron Hume
Listing One
Err Connection::ConnectToSMPPServer ( Server *server, Config *config )
{
Err rc = SUCCESS;
/* BindTransmitter inherits from PDU Base class which contains
header members */
BindTransmitter *bind_transmitter = new BindTransmitter();
/* Open the transmitter connection */
TCPIP_Connection TCPIPConnection = ...


