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 DOnMacroCommandLine ( _
seconds As Double, _
cmdLine As String _
) |
| C# |
|---|
public delegate void DOnMacroCommandLine(
double seconds,
string cmdLine
) |
| Visual C++ |
|---|
public delegate void DOnMacroCommandLine(
double seconds,
String^ cmdLine
) |
Parameters
- seconds
- Type: System.Double
The time at which the command is sent, in seconds elapsed from the beginning of the recording.
- cmdLine
- Type: System.String
The command line.