Click or drag to resize

WiFi Class

Generates a WiFi network payload. When the barcode is canned by a QR-Code scanner application, it will connect to the WiFi.
Inheritance Hierarchy
SystemObject
  Opait.Barcoder.QRCodeWiFi

Namespace:  Opait.Barcoder.QRCode
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public class WiFi

The WiFi type exposes the following members.

Constructors
  NameDescription
Public methodWiFi
Initializes a new instance of the WiFi class.
Public methodWiFi(String, String, WifiSecurity, Boolean)
Initializes a new instance of the WiFi class.
Top
Properties
  NameDescription
Public propertyIsHidden
Gets or sets a flag to indicate whether the WiFi hides its SSID.
Public propertyPassword
Gets or sets the password of the WiFi network.
Public propertySecurity
Gets or sets the security protocol of the WiFi network.
Public propertySSID
Gets or sets the SSID of the WiFi network.
Top
Methods
See Also