Yes I have used method as SysTaskDelay(delaySec * SysTicksPerSecond()) where delaySec = no of sec I want to delay.
Thanx. "Ben Combee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 12:46 AM 5/28/2004, you wrote: > >Is there any sleep() function in palm os api? > >I am looking similar to one in C --- sleep(microsecond), it sleeps the > >application for given micro-seconds. > > SysTaskDelay is the closet to what you want, but its resolution is OS > ticks, not microseconds. > > > -- Ben Combee, DTS technical lead, PalmSource, Inc. > Read "Combee on Palm OS" at http://palmos.combee.net/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
