Documentation
This function adds a callback that is to be called some time from now. It realizes
the timer (in an ordered list).
- Parameters:
- milliseconds - action is to be started in milliseconds ms from now
timer_cb - pointer to a function to be executed, when timer expires
param1 - pointer to be returned to the caller when timer expires
param2 - pointer to be returned to the caller when timer expires
- Returns:
- returns an id value, that can be used to cancel a timer
- Author:
- ajung
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of