IAlarmManager2.GetMultipleAlarmsData Method
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
| Name | Description | |
|---|---|---|
| GetMultipleAlarmsData(String[], UInt32, AlarmInfo[]) |
This method from the IAlarmManager interface gets a list of all the alarms running on the first target. However, National Instruments recommends that you use the GetMultipleAlarmsData method of the IAlarmManager2 interface instead of this deprecated method.
You must use the GetMultipleAlarmsData method of the IAlarmManager2 interface if you want to specify one of multiple targets. (Inherited from IAlarmManager.) | |
| GetMultipleAlarmsData(String, String[], UInt32, AlarmInfo[]) | Gets information for multiple alarms running on the specified target. |