CAmvAlarm::ID(id_buf)

This field contains the pointer to the buffer that contains the Alarm ID string.

Syntax

CAmvAlarm* alarm_ptr;

alarm_ptr->ID(TCHAR* id_buf);

Data Type

TCHAR*

Example

This example prints the ID of an alarm.

CAmvAlarm* alarm_ptr;

TCHAR id_buf[ALARM_ID_LEN+1];

_tprintf(_T("%s\n"), alarm_ptr->ID(id_buf);

More information

CAmvAlarm Class member overview.