Click or drag to resize

WiFiSettings Constructor (String, String, IPAddress, IPAddress, IPAddress)

Initializes a new instance of the WiFiSettings class.

Namespace:  com.gigatms.Parameters
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public WiFiSettings(
	string ssid,
	string password,
	IPAddress staticIP,
	IPAddress subnetMask,
	IPAddress gateway
)

Parameters

ssid
Type: SystemString
The Wi-Fi AP SSID.
password
Type: SystemString
The Wi-Fi AP password.
staticIP
Type: System.NetIPAddress
The reader static ip.
subnetMask
Type: System.NetIPAddress
The reader subnet mask.
gateway
Type: System.NetIPAddress
The reader gateway.
See Also