Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Alarm Server Overview


Purpose

Provides alarm services.

[Top]


Architectural relationships

The API is used by the Agenda Model API.

[Top]


Description

The API has two key concepts: alarm server, and alarm.


Alarm server

The alarm server manages the alarms on the system. Clients can connect to the server to get information about the alarms, set and cancel alarms, and set the alarm sound state.

The client interface to the alarm server is provided by RAlarmServer.


Alarm

An alarm has a number of properties:

The alarm interface is provided by TAlarmInfo, or by directly passing alarm properties to alarm server functions.

[Top]


See also

Agenda File Overview

Client/Server Overview