VeriStand .NET API Reference

IUDPChannelStreamSession.ClientPort Property

Gets or sets a value indicating the port on the client to which to stream the UDP data. This value is ignored if Multicast is true.

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 ClientPort As UShort
C#
ushort ClientPort { get; set; }
Visual C++
property unsigned short ClientPort {
	unsigned short get ();
	void set (unsigned short value);
}

See Also