 | TS100SetWiFiSettings Method (String, String) |
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
)
Public Function SetWiFiSettings (
ssid As String,
password As String
) As Boolean
Parameters
- ssid
- Type: SystemString
The Wi-Fi SSID. - password
- Type: SystemString
The Wi-Fi password.
Return Value
Type:
Boolean
Return true if the operation is OK.
Return False If the operation Is failed.
See Also