Search found 2 matches
- Mon Nov 08, 2010 6:27 pm
- Forum: ALT.SMS.SmppClient
- Topic: Receiving SMS from smcs
- Replies: 1
- Views: 74684
- Fri Nov 05, 2010 11:55 am
- Forum: ALT.SMS.SmppClient
- Topic: Receiving SMS from smcs
- Replies: 1
- Views: 74684
Receiving SMS from smcs
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 ...
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 ...