nn::ptm::CTR::GetRtcAlarm Function

Syntax

Result GetRtcAlarm(
     nn::fnd::DateTime * pDatetime
);

Arguments

Name Description
out pDatetime Specifies the address where the obtained time should be placed.

Return Values

Returns success or failure of the get process.

Description

Gets the time for which the alarm has been set.

Gets the time that was set by SetRtcAlarm.

If the time has been reported already, or if an alarm has not been configured, the function returns nn::ptm::ResultNoAlarm. In these cases, no value is placed in pDatetime.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL