 | TS800SetWiFiSettings Method (String, String, IPAddress, IPAddress, IPAddress) |
Sets the Wi-Fi settings.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.10 (2.6.0.10)
Syntaxpublic bool SetWiFiSettings(
string ssid,
string password,
IPAddress ip,
IPAddress gateway,
IPAddress subnetMask
)
Public Function SetWiFiSettings (
ssid As String,
password As String,
ip As IPAddress,
gateway As IPAddress,
subnetMask As IPAddress
) As Boolean
Parameters
- ssid
- Type: SystemString
The Wi-Fi SSID. - password
- Type: SystemString
The Wi-Fi password. - ip
- Type: System.NetIPAddress
The Wi-Fi static IP Address. - gateway
- Type: System.NetIPAddress
The Wi-Fi gateway. - subnetMask
- Type: System.NetIPAddress
The Wi-Fi subnet mask.
Return Value
Type:
Boolean
Return true if the operation is OK.
Return False If the operation Is failed.
See Also