VeriStand .NET API Reference

Model.NIVeriStandServerPort Property

Gets or sets the network port that the model uses for communication via TCP. This property only applies to uncompiled models from The MathWorks, Inc. Simulink® software. DLLs and .lvmodel files do not require a network port.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overridable Property NIVeriStandServerPort As UInteger
C#
public virtual uint NIVeriStandServerPort { get; set; }
Visual C++
public:
virtual property unsigned int NIVeriStandServerPort {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

The number of the network port.

See Also

Log in to get a better experience