WiFi Class | 
Namespace: Opait.Barcoder.QRCode
public class WiFi
The WiFi type exposes the following members.
| Name | Description | |
|---|---|---|
| WiFi | 
            Initializes a new instance of the WiFi class.
              | |
| WiFi(String, String, WifiSecurity, Boolean) | 
            Initializes a new instance of the WiFi class.
              | 
| Name | Description | |
|---|---|---|
| IsHidden | 
            Gets or sets a flag to indicate whether the WiFi hides its SSID.
              | |
| Password | 
            Gets or sets the password of the WiFi network.
              | |
| Security | 
            Gets or sets the security protocol of the WiFi network.
              | |
| SSID | 
            Gets or sets the SSID of the WiFi network.
              | 
| Name | Description | |
|---|---|---|
| ToString | 
            Formats the payload as input string to the encoder.
              (Overrides ObjectToString.) |