Page 1 of 1

Short codes and Program Log file

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

Posted: Sun Dec 14, 2008 8:59 am
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.