VeriStand .NET API Reference

ChannelValueWatcher Constructor

Initializes a new instance of the ChannelValueWatcher class.

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

See Also

Log in to get a better experience