Public methods

isExpired

Icc::Bool isExpired()

Returns a boolean, defined in Icc structure, that indicates whether the alarm has expired.

operator= (1)

IccAlarmRequestId& operator=(const IccRequestId& id)
id
A reference to an IccRequestId object.

operator= (2)

IccAlarmRequestId& operator=(const IccAlarmRequestId& id)
id
A reference to an IccAlarmRequestId object.

operator= (3)

IccAlarmRequestId& operator=(const char* requestName)
requestName
The 8-character name of the alarm request.

These methods are used to copy information into an IccAlarmRequestId object.

setTimerECA

void setTimerECA(const void* timerECA)

timerECA
A pointer to a 4-byte timer event control area.

timerECA

const void* timerECA() const

Returns a pointer to the 4-byte timer event control area.

[[ Contents Previous Page | Next Page Index ]]