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 Delegate Sub DOnAlarmTrigger ( _
target As String, _
alarm_name As String, _
value As Double, _
system_time As Double, _
message As String _
) |
Parameters
- target
- Type: System.String
The target on which the alarm is running.
- alarm_name
- Type: System.String
The name of the alarm.
- value
- Type: System.Double
The value of the alarm.
- system_time
- Type: System.Double
The current system time.
- message
- Type: System.String
The message returned by the system when the alarm is triggered.