DOnSystemStateChange Delegate
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Delegate to define the OnSystemStateChange 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 DOnSystemStateChange ( _ state As Byte _ ) |
| C# |
|---|
public delegate void DOnSystemStateChange( byte state ) |
| Visual C++ |
|---|
public delegate void DOnSystemStateChange( unsigned char state ) |
Parameters
- state
- Type: System.Byte
The system state.