Click or drag to resize

TS100SetRemoteHost Method

Set 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 bool SetRemoteHost(
	string ip,
	int port,
	int connectionTimeout
)

Parameters

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

Return Value

Type: Boolean
Return true if the operation is OK. Return False If the operation Is failed.
See Also