TcpGpsReceiverRemoteHost Property |
Remote host.
Leave it empty for any IP.
Namespace: ZylSoft.GpsAssembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.29.9208.19412
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic string RemoteHost { get; set; }
Public Property RemoteHost As String
Get
Set
Dim instance As TcpGpsReceiver
Dim value As String
value = instance.RemoteHost
instance.RemoteHost = value
public:
property String^ RemoteHost {
String^ get ();
void set (String^ value);
}
member RemoteHost : string with get, set
/** @property */
public String get_RemoteHost()
/** @property */
public void set_RemoteHost(String value)
function get RemoteHost () : String
function set RemoteHost (value : String)
function get_RemoteHost();
function set_RemoteHost(value);
PROPERTY RemoteHost AS STRING GET SET
No code example is currently available or this language may not be supported.
Property Value
String
See Also