Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



How to create an RTimer

The following example code demonstrates how to set up an RTimer.

RTimer timer; 
TRequestStatus timerStatus; // Request status associated with timer
timer.CreateLocal();        // Create for this thread
...                         // Now add code to use the timer


Note