STK ObjectsSend comments on this topic.
Socket Property (IAgStkPreferencesConnect)
See Also
Windows





Windows & Linux

Description

TCP/IP Socket Port.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Socket() As Integer
[C#]
public int Socket {get; set;}
[Managed C++]
public: __property int get_Socket();
public: __property void set_Socket( int );
[Unmanaged C++]
public: HRESULT get_Socket(
    long * pSocket
);
public: HRESULT put_Socket(
    long Socket
);
[Java]
public int getSocket();
public void setSocket(
    int
);
[Python - STK API ]
@property
def Socket(self) -> int:

@Socket.setter
def Socket(self, Socket:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.