AlarmServerExample: Alarm Manager Console Application

Download

Click on the following link to download the example: AlarmServerExample.zip

Click: browse to view the example code.

Description

The alarm is added to the server queue using RASCliSession::AlarmAdd() and change event notification is requested from the server using RASCliSession::NotifyChange().

The application also demonstrates how to query the server for an alarm using its ID. The category and details of an alarm can be retrieved using RASCliSession::GetAlarmCategory() and RASCliSession::GetAlarmDetails() respectively. Finally, the alarm is deleted from the server using RASCliSession::AlarmDelete().

Usage

This is a console application, which builds an executable called AlaramServerExample.exe in the standard location (\epoc32\release\winscw\ <build_variant> for CodeWarrior). After launching the executable, depending on the emulator you are using, you may need to navigate from the app launcher/shell screen to view the console.

Class Summary

Related concepts