//历史报警数目 public void GetHisAlarmNum() { Int32 ret = HncApi.HNC_AlarmGetHistoryNum(ref hisAlarmNum, HNCCollector.ActiveClientNo); if (ret != 0) { MessageBox.Show("failing to get the history alarmNum!"); } }
public Int32 HNC_AlarmGetHistoryNum(ref Int32 num) { return(HncApi.HNC_AlarmGetHistoryNum(ref num, _ClientNo)); }