VeriStand .NET API Reference

IWorkspace2.GetIUDPChannelStreamSession Method

Accesses the IUDPChannelStreamSession interface, which you can use to view buffered waveform data published by the VeriStand Gateway.

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)
Function GetIUDPChannelStreamSession ( _
	channels As String() _
) As IUDPChannelStreamSession
C#
IUDPChannelStreamSession GetIUDPChannelStreamSession(
	string[] channels
)
Visual C++
IUDPChannelStreamSession^ GetIUDPChannelStreamSession(
	array<String^>^ channels
)

Parameters

channels
Type: System.String
The channels for which to open the UDP Stream Session. You can specify alias names or full paths to channels, as defined in the system definition file.

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also

Log in to get a better experience