 | 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)
Syntaxpublic bool SetRemoteHost(
string ip,
int port,
int connectionTimeout
)
Public Function SetRemoteHost (
ip As String,
port As Integer,
connectionTimeout As Integer
) As Boolean
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