|
Webcom C SDK
|
#include <webcom-base.h>
Data Fields | |
| long | ms |
| timer delay in milliseconds More... | |
| enum wc_timersrc | timer |
| the origin of this event More... | |
| int | repeat |
| 1 if this timer should be recurring, 0 otherwise (only relevant for the WC_EVENT_SET_TIMER event) More... | |
arguments to timer events
| long wc_timerargs::ms |
timer delay in milliseconds
| int wc_timerargs::repeat |
1 if this timer should be recurring, 0 otherwise (only relevant for the WC_EVENT_SET_TIMER event)
| enum wc_timersrc wc_timerargs::timer |
the origin of this event
1.8.13