Click or drag to resize

TS800SetWiFiSettings 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)
Syntax
public bool SetWiFiSettings(
	string ssid,
	string password
)

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