bladox.com Forum Index bladox.com
Turbo SIM Toolkit Adapter Forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The SMS has been sent twice

 
Post new topic   Reply to topic    bladox.com Forum Index -> Development
View previous topic :: View next topic  
Author Message
Nunu
Guest





PostPosted: Mon Dec 27, 2004 5:09 pm    Post subject: The SMS has been sent twice Reply with quote

When I?m sending SMS using the following:
Code:

sms = malloc (120);
if (sms != NULL)
{
  p=create_head_msg(sms, t_mime);       
  memcpy(p, t_sms_ex, sizeof(t_sms_ex));         
  p+=sizeof(t_sms_ex);
  send_sms(sms, p-sms, ms, MSISDN_ADN, tsms_dcs(), sms_pid(), NULL, NULL);
}

I got two SMS?? Confused
There is a reason for that behavior?
BTW : I?m using SE T630
Back to top
Nunu
Guest





PostPosted: Mon Dec 27, 2004 6:02 pm    Post subject: Reply with quote

my mistake Embarassed
Back to top
Display posts from previous:   
Post new topic   Reply to topic    bladox.com Forum Index -> Development All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group