Click or drag to resize

TS100GetRemoteHost Method

Get the remote server information

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.7.0.0 (2.7.0.0)
Syntax
public void GetRemoteHost(
	ref string ip,
	ref int port,
	ref int connectionTimeout
)

Parameters

ip
Type: SystemString
Remote server address
port
Type: SystemInt32
Remote server port
connectionTimeout
Type: SystemInt32
Connection timeout (0 means always connecting)
See Also