nn::ptm::CTR::CancelRtcAlarm Function

Syntax

Result CancelRtcAlarm();

Arguments

None.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
Result::IsSuccess Process was successful.
ResultNoAlarm An alarm has not been configured.

Description

Cancels a configured alarm.

If notification of the time has been sent already, or if no alarm has been configured, the function returns ResultNoAlarm.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL