AlarmEventConfirmAll
All event alerts that are currently occurring are processed in a confirmed state.
void @AlarmEventConfirmAll();
Parameters
None
Return Value
None
Example
@AlarmEventConfirmAll();
Description: The current event alert will be confirmed. All flashing alarms are stopped.
Version Information
Supported Version: 10.3.0 or higher
Related Helps
@AlarmEventConfirmAll()
@AlarmEventDeleteAll()
@AlarmGetEventCount()
@AlarmGetSoundFlag()
@AlarmGetTotalCount()
@AlarmListConfirm()
@AlarmListDelete()
@AlarmListGetCursor()
@AlarmListGetValue()
@AlarmListSetCursor()
@AlarmListSetFilter()
@AlarmListSetFilterPrepare()
@AlarmListSetFilterTimeFrom()
@AlarmListSetFilterTimeTo()
@AlarmSetSoundFlag()
@AlarmSoundConfirm()