DOnGatewayStatusNotification Delegate
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Delegate to define the OnGatewayStatusNotification event handler.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Delegate Sub DOnGatewayStatusNotification ( _ status As String _ ) |
| C# |
|---|
public delegate void DOnGatewayStatusNotification( string status ) |
| Visual C++ |
|---|
public delegate void DOnGatewayStatusNotification( String^ status ) |
Parameters
- status
- Type: System.String
The status of the VeriStand Gateway.