nn::os::Timer::StartPeriodic Member Function

Syntax

void StartPeriodic(
     nn::fnd::TimeSpan first,
     nn::fnd::TimeSpan interval
);

Arguments

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.

Return Values

None.

Description

Starts a timer.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL