WiFiSettingsStaticIP Property |
Gets or sets the static IP.
Namespace:
com.gigatms.Parameters
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.17.1.0 (2.17.1.0)
Syntaxpublic IPAddress StaticIP { get; set; }
Public Property StaticIP As IPAddress
Get
Set
public:
property IPAddress^ StaticIP {
IPAddress^ get ();
void set (IPAddress^ value);
}
Property Value
Type:
IPAddress
The static IP.
See Also