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 

sms ack

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





PostPosted: Fri Oct 07, 2005 12:35 pm    Post subject: sms ack Reply with quote

Hi guys,
I want to know how to get ACK of the send_sms(..) function. I can write

res = send_sms(...);
j = get_tag(res, T_RESULT);
if(j!=0)
{
j++;j++;
if(res[j] == <???>) do_something();
if(res...
}

But, what could be <???> ?
Back to top
pz
Guest





PostPosted: Fri Oct 07, 2005 1:22 pm    Post subject: Reply with quote

Result code is 0x00 if message was sent ok, other means some problem.

Result codes are described in 11.14.
Back to top
brightokona
Guest





PostPosted: Thu Dec 29, 2005 2:40 pm    Post subject: Need help Reply with quote

pz wrote:
Result code is 0x00 if message was sent ok, other means some problem.

Result codes are described in 11.14.


Please guys could some one help me understand how come about all these hexadecimal codes in SIM developement and what they mean.
am new in SIM developement
Back to top
pz
Guest





PostPosted: Fri Dec 30, 2005 9:12 am    Post subject: Reply with quote

These are described in 11.14 doc available from www.etsi.org
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