IccAlarmRequestId constructors

Constructor (1)

IccAlarmRequestId()

Creates a new object with no information present.

Constructor (2)

IccAlarmRequestId (const char* nam,
                    const void* timerECA)

name
The 8-character name of the request.
timerECA
A pointer to a 4-byte timer event control area.

Creates an object with information already set.

Constructor (3)

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

The copy constructor.

[[ Contents Previous Page | Next Page Index ]]