Click or drag to resize

TS100SetWiFiSettings 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)
Syntax
public bool SetWiFiSettings(
	string ssid,
	string password,
	IPAddress ip,
	IPAddress gateway,
	IPAddress subnetMask
)

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