Click or drag to resize

TS800SetRemoteHost Method (Int32, IPEndPoint)

Sets the target TCP server Ip and port that will receive inventory output.

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public bool SetRemoteHost(
	int connectTimeout200Ms,
	IPEndPoint iPEndPoint
)

Parameters

connectTimeout200Ms
Type: SystemInt32
Time out when trying to connect to the server. The unit is 200ms.
iPEndPoint
Type: System.NetIPEndPoint
target TCP server Ip and port.

Return Value

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