SettingsRemoteHost Property |
Gets or sets the inventory output target TCP server IP and port.
Namespace:
com.gigatms.Parameters.UR0250
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