CAmvConn::RequestAlarms()

Request AMRP to send a list of alarms.

Syntax

RequestAlarms(COR_STATUS *ret_stat);

Data Type

void

Example

Get the current list of alarms from AMRP.

ResetAlarmList();

amvConn->RequestAlarms(&ret_stat);

if (ret_stat.status != COR_SUCCESS) {

   MessageBox(IDS_ERRLOGMSG);

}

More information

CAmvConn class member overview.