Click or drag to resize

WiFi Constructor (String, String, WifiSecurity, Boolean)

Initializes a new instance of the WiFi class.

Namespace:  Opait.Barcoder.QRCode
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public WiFi(
	string ssid,
	string password,
	WifiSecurity security,
	bool hidden
)

Parameters

ssid
Type: SystemString
SSID of the WiFi network
password
Type: SystemString
Password of the WiFi network
security
Type: Opait.Barcoder.QRCodeWifiSecurity
The security protocol.
hidden
Type: SystemBoolean
Whether the network hides SSID.
See Also