MLKBarcodeWiFi
@interface MLKBarcodeWiFi : NSObjectWIFI: 或类似二维码类型的 Wi-Fi 网络参数。
-
Wi-Fi 接入点 SSID。
声明
Objective-C
@property (nonatomic, readonly, nullable) NSString *ssid; -
Wi-Fi 接入点密码。
声明
Objective-C
@property (nonatomic, readonly, nullable) NSString *password; -
Wi-Fi 接入点加密类型。
声明
Objective-C
@property (nonatomic, readonly) MLKBarcodeWiFiEncryptionType type; -
不可用。
声明
Objective-C
- (nonnull instancetype)init;