Receiving SMS from smcs

Smpp v3.4 client

Moderator: alt

Locked
javawi
Posts: 2
Joined: Fri Nov 05, 2010 11:51 am
Location: +966

Receiving SMS from smcs

Post by javawi »

Hi all,

i tried to receive messages using :
client.evReceiveData += new ALT.SMS.SmppClient.ReceiveDataEventHandler(client_evReceiveData);

although i keep the connection opened, i was only able to receive the first message.

i tried also to use:
client.evDeliverSm += new ALT.SMS.SmppClient.DeliverSmEventHandler(client_evDeliverSm);

i got the same problem.

Please advise
javawi
Posts: 2
Joined: Fri Nov 05, 2010 11:51 am
Location: +966

Post by javawi »

Up
Locked