Public Member Functions | |
virtual | ~CInheritedCFlexTimer2 () |
void | SetCB (TCallBack aCallBack) |
TInt | MyOwnConfigure (TTimeIntervalMicroSeconds32 aDelayWindow) |
Static Public Member Functions | |
static CInheritedCFlexTimer2 * | NewL (TInt aPriority, TCallBack aCallBack, TInt aId) |
Protected Member Functions | |
virtual void | RunL () |
desc
virtual CInheritedCFlexTimer2::~CInheritedCFlexTimer2 | ( | ) | [virtual] |
Destructor for the object.
TInt CInheritedCFlexTimer2::MyOwnConfigure | ( | TTimeIntervalMicroSeconds32 | aDelayWindow | ) |
desc
static CInheritedCFlexTimer2* CInheritedCFlexTimer2::NewL | ( | TInt | aPriority, | |
TCallBack | aCallBack, | |||
TInt | aId | |||
) | [static] |
A leaving constructor for the object.
aPriority | of the active object. If timing is critical, it should be higher than that of all other active objects owned by the scheduler. |
virtual void CInheritedCFlexTimer2::RunL | ( | ) | [protected, virtual] |
Inherited from CActive.
void CInheritedCFlexTimer2::SetCB | ( | TCallBack | aCallBack | ) |
desc