IUDPChannelStreamSession.ClientPort Property
- Updated2023-02-21
- 2 minute(s) read
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.ClientAPIAssembly: 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); } |