![]() |
RDK Documentation (Open Sourced RDK Components)
|

Public Member Functions | |
| Timer (const std::string &token) | |
| void | schedule (TimerTask &task, int64_t milliSecs, bool absolute=false) |
| const std::string & | getToken (void) const |
| void | cancel (void) |
Private Attributes | |
| void * | data |
| std::string | token |