ESPWifiNetwork
public struct ESPWifiNetwork
Type that represent a single Wi-Fi network. Array of this object is returned when scan Wi-Fi command is given to ESPDevice.
-
The name of wireless network.
Declaration
Swift
public var ssid: String -
The numbers of Wi-Fi channel.
Declaration
Swift
public var channel: UInt32 -
Number indicating the signal strength of wireless network.
Declaration
Swift
public var rssi: Int32 -
The mac address of wireless network.
Declaration
Swift
public var bssid: Data -
The authorisation mode of wireless network.
Declaration
Swift
public var auth: Espressif_WifiAuthMode -
Contains uncategorized additional info of wireless network.
Declaration
Swift
public var unknownFields: UnknownStorage
ESPWifiNetwork Structure Reference