Band

public enum Band : Int, CustomStringConvertible

Frequency band into which a Wifi channel operates.

  • 2.4 Ghz band.

    Declaration

    Swift

    case band_2_4_Ghz
  • 5 Ghz band.

    Declaration

    Swift

    case band_5_Ghz
  • Set containing all bands.

    Declaration

    Swift

    public static let allCases: Set<Band>
  • Debug description.

    Declaration

    Swift

    public var description: String { get }