TS800SetRemoteHost Method (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)
Syntaxpublic bool SetRemoteHost(
IPEndPoint iPEndPoint
)
Public Function SetRemoteHost (
iPEndPoint As IPEndPoint
) As Boolean
public:
bool SetRemoteHost(
IPEndPoint^ iPEndPoint
)
Parameters
- 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