MLKitBarcodeScanning Framework Referansı
BarcodeWifi
class BarcodeWifi : NSObject
WIFI:
veya benzer QR kodu türündeki kablosuz ağ parametreleri.
-
Kablosuz erişim noktası SSID'si.
Bildirim
Swift
var ssid: String? { get }
-
Kablosuz erişim noktası şifresi.
Bildirim
Swift
var password: String? { get }
-
Kablosuz erişim noktası şifreleme türü.
-
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-22 UTC.
[null,null,["Son güncelleme tarihi: 2024-08-22 UTC."],[[["BarcodeWifi objects store Wi-Fi network information like SSID, password, and encryption type extracted from QR codes."],["These objects provide read-only access to the SSID, password, and encryption type of the Wi-Fi network."],["The encryption type is represented by the MLKBarcodeWiFiEncryptionType enum."],["Direct initialization of BarcodeWifi objects is not allowed."]]],[]]