ChannelValueWatcher Constructor
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Initializes a new instance of the ChannelValueWatcher class.
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 Sub New ( _ channelMonitor As IChannelMonitor, _ channel As String _ ) |
| C# |
|---|
public ChannelValueWatcher( IChannelMonitor channelMonitor, string channel ) |
| Visual C++ |
|---|
public: ChannelValueWatcher( IChannelMonitor^ channelMonitor, String^ channel ) |
Parameters
- channelMonitor
- Type: NationalInstruments.VeriStand.ClientAPI.IChannelMonitor
Instance of the interface with which to register the channel value changed event
- channel
- Type: System.String
Name of the channel to register the event for