There are several system notifications that you can register to receive. Refer to the Notifications sections of the PalmOS Reference and Companion. Specifically, the sysNotifySleepRequestEvent, sysNotifySleepNotifyEvent, sysNotifyEarlyWakeupEvent, and sysNotifyLateWakeupEvent. These notifications are sent at the four stages of going to sleep and waking up.
On Tue, Aug 19, 2008 at 4:53 PM, luis maldonado <[EMAIL PROTECTED]> wrote: > Thank you for your quick response. I notice that this routine is part of the > phone library. Do these routines also control the wifi radio? > > What do you mean by "monitor the power notifications". > > Thanks again Jeff, you're a great help..... > > Luis > > > ________________________________ >> Date: Tue, 19 Aug 2008 15:43:39 -0700 >> From: [EMAIL PROTECTED] >> To: [email protected] >> Subject: Re: TX radio ON/OFF detection >> >> You can monitor the power notifications. When you see the device >> waking up, then use functions such as PhnLibGetRadioState() to >> determine the state of the radio. >> >> On Tue, Aug 19, 2008 at 3:39 PM, luis maldonado >> <[EMAIL PROTECTED]> wrote: >> > By Hibernate I mean going to sleep or becoming dormant where the screen >> > goes >> > off and the radio also is turned off. When I turn the PDA back on to >> > continue with the application, its connection with the server is no >> > longer >> > active. >> > >> > >> > >> > >> > >> > >> > ________________________________ >> > Date: Mon, 18 Aug 2008 11:14:38 -0400 >> > From: [EMAIL PROTECTED] >> > To: [email protected] >> > Subject: Re: TX radio ON/OFF detection >> > >> > >> > On Sun, Aug 17, 2008 at 7:26 PM, luis maldonado >> > <[EMAIL PROTECTED]> >> > wrote: >> > >> > 3) can help me detect when the TX goes to hibernate mode >> > is there an event for the hibernation? I have not been able to get >> > anywhere >> > with the ACCESS web site documentation >> > >> > What do you mean by Hibernation? REM sleep? Regular sleep? >> > >> > >> > -- >> > Christopher Stamper >> > >> > Email: [EMAIL PROTECTED] >> > Web: http://tinyurl.com/2ooncg >> > gTalk: http://tinyurl.com/6e359r >> > Skype: cdstamper >> > >> > -- >> > For information on using the ACCESS Developer Forums, or to unsubscribe, >> > please see http://www.access-company.com/developers/forums/ >> > >> > ________________________________ >> > Get thousands of games on your PC, your mobile phone, and the web with >> > Windows(R). Game with Windows >> > >> > -- >> > For information on using the ACCESS Developer Forums, or to unsubscribe, >> > please see http://www.access-company.com/developers/forums/ >> >> >> >> -- >> [Jeff Loucks, Gig Harbor, WA, USA] >> >> -- >> For information on using the ACCESS Developer Forums, or to unsubscribe, >> please see http://www.access-company.com/developers/forums/ > > > ________________________________ > Get thousands of games on your PC, your mobile phone, and the web with > Windows(R). Game with Windows > > -- > For information on using the ACCESS Developer Forums, or to unsubscribe, > please see http://www.access-company.com/developers/forums/ -- [Jeff Loucks, Gig Harbor, WA, USA] -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
