abs_eap_base_timer_c Class Reference
class abs_eap_base_timer_c |
An interface class of timer events. Each class whishing to use timer must be derived from class abs_eap_base_timer_c.
Constructor & Destructor Documentation
abs_eap_base_timer_c()
abs_eap_base_timer_c | ( | ) | [inline] |
~abs_eap_base_timer_c()
~abs_eap_base_timer_c | ( | ) | [inline, virtual] |
Member Functions Documentation
timer_delete_data(const u32_t, void *)
This function is called when timer event is deleted. Initialiser of the data must delete the data. Only the initializer knows the real type of data.
Parameters
const u32_t id | could be used to separate different timer events. |
void * data | could be pointer to any data that is needed in timer processing. |
timer_expired(const u32_t, void *)
Parameters
const u32_t id | could be used to separate different timer events. |
void * data | could be pointer to any data that is needed in timer processing. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.