Hi, 

Is there any method to check incoming SMS messages while my palm
application is doing something in a loop?

I have tried following code to check the presence of SMS Event in a
loop. But I did not work.


While (quite)
{

      //
      //    App specific code
      //

//------------------------------------

//Check the presence of incoming sms message event 

EvtGetEvent (&event, sysTicksPerSecond/100);
        If (event.eType==phnEvtMessageInd)
  {    // event for incoming SMS
            
            //
            //    App specific code
            //

      
                 }

}

Cheers, 
Imran Baig


DAT Group PLC, Bodiam Business park, Bodiam, East Sussex, TN32 5UP
Tel: (01580 830033) Fax: (01580 830044)
mailto:[EMAIL PROTECTED]  Website : http://www.datgroup.com

Emails are not secure, and DAT Group cannot accept responsibility for changes 
made to emails or attachments once they have been sent.  This email (including 
attachments) is intended for the addressee only and may contain confidential 
information. Anyone other than the intended recipient is expressly prohibited 
from copying, forwarding, disclosing, using or acting upon information included 
within the message or any attachments.  If you receive this email in error 
please notify the sender and delete the material from any computers.



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to