A wifi network parameters from a 'WIFI:' or similar QRCode type.
| @interface | Barcode.WiFi.EncryptionType | Wifi encryption type constants. | |
| int | TYPE_OPEN | Not encrypted. |
| int | TYPE_WEP | WEP level encryption. |
| int | TYPE_WPA | WPA level encryption. |
| int |
getEncryptionType()
Gets the encryption type of the WIFI.
|
| String |
getPassword()
Gets the password of the WIFI.
|
| String |
getSsid()
Gets the ssid of the WIFI.
|
Not encrypted.
WEP level encryption.
WPA level encryption.
Gets the encryption type of the WIFI.
See all
Barcode.WiFi.EncryptionType.
Gets the password of the WIFI.
Returns null if not available.
Gets the ssid of the WIFI.
Returns null if not available.