VeriStand .NET API Reference

IUDPChannelStreamSession.Multicast Property

Gets or sets a value indicating whether to broadcast the UDP data to a multicast address. If this value is false, the UDP data will be sent directly to the client address that deploys the UDP stream session.

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)
Property Multicast As Boolean
C#
bool Multicast { get; set; }
Visual C++
property bool Multicast {
	bool get ();
	void set (bool value);
}

See Also