STK Real-Time FrameworkSend comments on this topic.
Port Property (IAgRtTCPIPStream)
See Also
Windows





Windows & Linux

Description

The port on the server to establish the connection.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Port() As Integer
[C#]
public int Port {get; set;}
[Managed C++]
public: __property int get_Port();
public: __property void set_Port( int );
[Unmanaged C++]
public: HRESULT get_Port(
    long * pPort
);
public: HRESULT put_Port(
    long Port
);
[Java]
public int getPort();
public void setPort(
    int
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.