nn::os::Alarm::SetPeriodic Member Function

Syntax

#include <nn/os.h>

void SetPeriodic(
     nn::fnd::TimeSpan interval,
     AlarmHandler handler,
     void * param
);

Arguments

Name Description
in interval Interval at which to call the handler.
in handler Alarm handler.
in param Parameter to pass to the handler.

Return Values

None.

Description

Sets a periodic alarm. Calls the handler, and continues calling it, at the specified interval.


CONFIDENTIAL