ScanResult

public struct ScanResult : Equatable

Wifi network environment scan result.

Represents one network which was visible during a scan operation (see WifiScanner).

  • Scanned network SSID.

    Declaration

    Swift

    public let ssid: String
  • Scanned network channel. nil if unknown or unavailable.

    Declaration

    Swift

    public let channel: WifiChannel?
  • Undocumented

    Declaration

    Swift

    public init(ssid: String, channel: WifiChannel?)