VeriStand .NET API Reference

DOnSystemStateChange Delegate

Delegate to define the OnSystemStateChange event handler.

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 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.

See Also

Log in to get a better experience