BarcodeWifi
class BarcodeWifi : NSObject
Wi-Fi network parameters from a WIFI:
or similar QR Code type.
-
A Wi-Fi access point SSID.
Declaration
Swift
var ssid: String? { get }
-
A Wi-Fi access point password.
Declaration
Swift
var password: String? { get }
-
A Wi-Fi access point encryption type.
Declaration
Swift
var type: BarcodeWiFiEncryptionType { get }
-
Unavailable.