Page 1 of 1

Flash sms

Posted: Mon Mar 02, 2009 8:04 pm
by prog019
Hi.
Can you sent me example of code for sending image in FLASH SMS?

Posted: Thu Mar 05, 2009 11:00 am
by alt
code is the same as for normal Submit.
You need to specify one of the data codings DefaultFlashSMS or UnicodeFlashSMS.

Code: Select all

SubmitSm[] req = client.PrepareSubmit(
mode,
byte.Parse(tbSrcAdrTON.Text),
byte.Parse(tbSrcAdrNPI.Text),
tbSrcAdr.Text,
byte.Parse(tbDestAdrTON.Text),
byte.Parse(tbDestAdrNPI.Text),
tbDestAdr.Text,
DataCodings.DefaultFlashSMS,
tbSend.Text);

SubmitSmResp[] resp = client.Submit(req);

Posted: Thu Mar 05, 2009 9:35 pm
by prog019
What is a tbSend.Text field value

Or

Where is a image content