MLKitBarcodeScanning फ़्रेमवर्क संदर्भ
BarcodeWifi
class BarcodeWifi : NSObject
WIFI:
या इससे मिलते-जुलते क्यूआर कोड टाइप के वाई-फ़ाई नेटवर्क के पैरामीटर.
-
वाई-फ़ाई ऐक्सेस पॉइंट SSID.
एलान
Swift
var ssid: String? { get }
-
वाई-फ़ाई ऐक्सेस पॉइंट का पासवर्ड.
एलान
Swift
var password: String? { get }
-
वाई-फ़ाई ऐक्सेस पॉइंट को एन्क्रिप्ट (सुरक्षित) करने का तरीका.
-
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-22 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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."]]],["The `BarcodeWifi` class extracts Wi-Fi network details from a QR code. It provides three key properties: `ssid` (the Wi-Fi network name), `password` (the network password), and `type` (the network's encryption type). These properties are read-only (get). The class's initializer, `-init`, is marked as unavailable, indicating instances are created differently, likely through parsing a QR code.\n"]]