SettingsRemoteHost Property  | 
 
 Gets or sets the inventory output target TCP server IP and port.
 Effective when the 
Auto is set to true or 
 
Stream include 
TCP_Server.
 
 
    Namespace: 
   com.gigatms.Parameters.TS800_60
    Assembly:
   GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic IPEndPoint RemoteHost { get; set; }Public Property RemoteHost As IPEndPoint
	Get
	Set
public:
property IPEndPoint^ RemoteHost {
	IPEndPoint^ get ();
	void set (IPEndPoint^ value);
}Property Value
Type: 
IPEndPoint
 The target TCP server IP and port.
 
See Also