Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: e32std.h
Link against:

Enum TTimerLockSpec

TTimerLockSpec

Support

Supported from 5.0

Description

Timer lock specifications.

They are used by CTimer::Lock() to define the fraction of a second in which to call its RunL() function.

EOneOClock

Timer tick is at 1/12 past the second.

ETwoOClock

Timer tick is at 2/12 past the second

EThreeOClock

Timer tick is at 3/12 past the second

EFourOClock

Timer tick is at 4/12 past the second

EFiveOClock

Timer tick is at 5/12 past the second

ESixOClock

Timer tick is at 6/12 past the second

ESevenOClock

Timer tick is at 7/12 past the second

EEightOClock

Timer tick is at 8/12 past the second

ENineOClock

Timer tick is at 9/12 past the second

ETenOClock

Timer tick is at 10/12 past the second

EElevenOClock

Timer tick is at 11/12 past the second

ETwelveOClock

Timer tick is on the second