Short codes and Program Log file

Smpp v3.4 client

Moderator: alt

Locked
Beatnyama
Posts: 7
Joined: Fri Dec 12, 2008 11:31 am
Location: Windhoek Namibia

Short codes and Program Log file

Post by Beatnyama »

I want to receive messages sent to my short from my SMSC, where do i set the short code.

Also the log file returns responses in Hex, is there a way to return it in plain text.
There's no limit to the amount of things you can do, provided you have enough processor power!!
alt
Site Admin
Posts: 992
Joined: Tue Apr 25, 2006 9:45 am

Post by alt »

Please use evDeliverySm event and following code to get text message

string messageText = SmppClient.GetMessageText(data.UserDataPdu.ShortMessage, data.DataCoding);

SmppClientDemo has also example how to receive concatenated messages.
Locked