IAlarmManager2 Interface
- Updated2023-02-21
- 2 minute(s) read
Interface to control and observe alarms running on a target. Use the GetIAlarmManager2 method of the Factory class to access this interface.
Namespace:
NationalInstruments.VeriStand.ClientAPIThis interface also inherits the methods of the IAlarmManager interface.
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Interface IAlarmManager2 _ Implements IAlarmManager |
| C# |
|---|
public interface IAlarmManager2 : IAlarmManager |
| Visual C++ |
|---|
public interface class IAlarmManager2 : IAlarmManager |