Click or drag to resize

WiFi Constructor (String, String, WifiSecurity, Boolean)

Initializes a new instance of the WiFi class.

Namespace:  Opait.Barcode.QRCode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.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.Barcode.QRCodeWifiSecurity
The security protocol.
hidden
Type: SystemBoolean
Whether the network hides SSID.
See Also