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 » Fri Dec 12, 2008 12:47 pm

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: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Sun Dec 14, 2008 8:59 am

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