VeriStand .NET API Reference

Factory.GetIAlarmManager2 Method

Gets the IAlarmManager2 interface, which you can use to get a list of alarms configured on the system and the status of those alarms.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function GetIAlarmManager2 ( _
	gateway_ip_address As String _
) As IAlarmManager2
C#
public IAlarmManager2 GetIAlarmManager2(
	string gateway_ip_address
)
Visual C++
public:
IAlarmManager2^ GetIAlarmManager2(
	String^ gateway_ip_address
)

Parameters

gateway_ip_address
Type: System.String
The IP address of the VeriStand Gateway.

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also

Log in to get a better experience