Hi, I dont know about the STK commands and their usage. But if you need to "halt" the background activity, the getSYNCCommander() is a good place to start.
On Nov 29, 10:16 pm, jeff fermo <[email protected]> wrote: > Good day to all, > > I have some STK AT commands that I need to ensure that is not being > interrupted, and I am concerned that when I use Notifications it may broke > the sequence of those STK AT commands, is there a way to suspend those > notifications till the whole sequence is finished? > > My code uses the following STK command and which waits for user input > Response for a ‘Get Input’ > and I believe if notifications (inbound or outbound) are enable during that > time it will interfere with it, currently I modified AModemDriver > getSYNCommander to public and synchronized it (as suggested > herehttp://groups.google.com/group/smslib/browse_thread/thread/e587448f0d...) > but Im not sure if its the right way to do it, any suggestions? Thanks. > > http://core.palawanisland.info/blog/ -- You received this message because you are subscribed to the Google Groups "SMSLib for Java User Group" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/smslib?hl=en.
