typedef zStatus (__stdcall * zTimerElapsedCallback)(zHandle context, zTimer timer);
|
Parameters |
Description |
|
context |
User context handle. |
|
receiver |
zTimer object. |
Defines the signature of a callback function to receive timer notifications.
zTimer.h