UHFSetWiFiSettings Method (String, String, IPAddress, IPAddress, IPAddress)GIGATMS.UHF Help Documentation
Sets the WIFI settings used for connecting to access point.

Namespace: com.gigatms
Assembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax

public bool SetWiFiSettings(
	string ssid,
	string password,
	IPAddress ip,
	IPAddress gateway,
	IPAddress subnetMask
)

Parameters

ssid
Type: SystemString
The name of Wi-Fi router (access point).
password
Type: SystemString
The password used to log on the Wi-Fi router (access point).
ip
Type: System.NetIPAddress
The IP address of reader assigned by Wi-Fi router. (access point).
gateway
Type: System.NetIPAddress
The Gateway address assigned by Wi-Fi router. (access point).
subnetMask
Type: System.NetIPAddress
The Subnet mask assigned by Wi-Fi router. (access point).

Return Value

Type: Boolean
Return true if the operation is OK. Return False If the operation Is failed.
See Also

Reference