Packagecom.tuarua.firebase.ml.vision.barcode
Classpublic class BarcodeWifi
InheritanceBarcodeWifi Inheritance Object

Wi-Fi network parameters from a 'WIFI:' or similar QR Code type.



Public Properties
 PropertyDefined By
  password : String
[read-only] A Wi-Fi access point password.
BarcodeWifi
  ssid : String
[read-only] A Wi-Fi access point SSID.
BarcodeWifi
  type : int
[read-only] A Wi-Fi access point encryption type.
BarcodeWifi
Property Detail
passwordproperty
password:String  [read-only]

A Wi-Fi access point password.


Implementation
    public function get password():String
ssidproperty 
ssid:String  [read-only]

A Wi-Fi access point SSID.


Implementation
    public function get ssid():String
typeproperty 
type:int  [read-only]

A Wi-Fi access point encryption type.


Implementation
    public function get type():int