MLKitBarcodeScanning Framework রেফারেন্স
বারকোডওয়াইফাই
class BarcodeWifi : NSObject
একটি WIFI:
বা অনুরূপ QR কোড প্রকার।
একটি Wi-Fi অ্যাক্সেস পয়েন্ট SSID।
ঘোষণা
সুইফট
var ssid: String? { get }
একটি Wi-Fi অ্যাক্সেস পয়েন্ট পাসওয়ার্ড।
ঘোষণা
সুইফট
var password: String? { get }
একটি Wi-Fi অ্যাক্সেস পয়েন্ট এনক্রিপশন প্রকার।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-07 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-07 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"]]