MLKBarcodeWiFi
@interface MLKBarcodeWiFi : NSObject
Wi-Fi network parameters from a WIFI:
or similar QR Code type.
-
A Wi-Fi access point SSID.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *ssid;
-
A Wi-Fi access point password.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *password;
-
A Wi-Fi access point encryption type.
Declaration
Objective-C
@property (nonatomic, readonly) MLKBarcodeWiFiEncryptionType type;
-
Unavailable.
Declaration
Objective-C
- (nonnull instancetype)init;