مرجع إطار عمل MLKitBarcode Scanner
BarcodeWifi
class BarcodeWifi : NSObject
مَعلمات شبكة Wi-Fi من WIFI:
أو نوع رمز استجابة سريعة مشابه
-
معرِّف SSID لنقطة وصول Wi-Fi.
بيان الإفصاح
Swift
var ssid: String? { get }
-
كلمة مرور نقطة وصول Wi-Fi.
بيان الإفصاح
Swift
var password: String? { get }
-
نوع تشفير نقطة وصول Wi-Fi
-
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]