setAlarm
Sets an alarm at the time specified in time. It returns a reference to an IccAlarmRequestId object that can be used to cancel the alarm—see cancelAlarm method.
See also the waitOnAlarm method of class IccTask.
const IccAlarmRequestId& setAlarm (const IccTime& time,
const IccRequestId* reqId = 0)
const IccRequestId* reqId = 0)
- time
- A reference to an IccTime object that contains time information. As IccTime is an abstract class time is, in practise, an object of class IccAbsTime, IccTimeOfDay, or IccTimeInterval.
- reqId
- An optional pointer to an IccRequestId object that is used to identify this particular alarm request.
Conditions
EXPIRED, INVREQ