Keysight VISA.NET Help
Port Property (TcpipSocketSession)



The port number for a given TCP/IP address (required for a TCP/IP SOCKET resource).
Syntax
'Declaration
 
Public ReadOnly Property Port As Short
'Usage
 
Dim instance As TcpipSocketSession
Dim value As Short
 
value = instance.Port
public short Port {get;}
public:
property short Port {
   short get();
}
Remarks

The range is between Int16.MinValue and Int16.MaxValue, inclusive. Negative values are converted to unsigned integers between Int61.MaxValue + 1 and UInt16.MaxValue before they are used.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025