nn::os::Timer::StartPeriodic Member Function
void StartPeriodic(
nn::fnd::TimeSpan first,
nn::fnd::TimeSpan interval
);
| Name | Description | |
|---|---|---|
| in | first | Specifies the length of time until the first timer notification. |
| in | interval | Specifies the interval for the second and subsequent timer notifications. |
Starts a timer.
CONFIDENTIAL