Factory.GetIAlarmManager Method
- Updated2023-02-21
- 2 minute(s) read
This method is deprecated in NI VeriStand 2010 and later. Use the GetIAlarmManager2 method instead.
Namespace:
NationalInstruments.VeriStand.ClientAPIGets the IAlarmManager interface, which you can use to get a list of alarms configured on the system and the status of those alarms.
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function GetIAlarmManager As IAlarmManager |
| C# |
|---|
public IAlarmManager GetIAlarmManager() |
| Visual C++ |
|---|
public: IAlarmManager^ GetIAlarmManager() |